#842037

Color #842037 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #842037

Tints of Shiraz #842037

Color information

#842037 (or 0x842037) is unknown color: approx Shiraz. HEX triplet: 84, 20 and 37. RGB value is (132,32,55). Sum of RGB (Red+Green+Blue) = 132+32+55=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #842037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842037 is #7BDFC8. Grayscale: #404040. Windows color (decimal): -8118217 or 3612804. OLE color: 3612804.

HSL color Cylindrical-coordinate representation of color #842037: hue angle of 346.2º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842037 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1323255-
CMYK00.760.580.48
HSL346.2º60.98%32.16%-
HSV(B)346.2º75.76%51.76%-
XYZ10.726.214.25-
YUV64.52122.63176.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=60.27%
G=14.61%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132325500.760.580.48346.260.9832.16
Hex84203704C3A3015a3d20
Octal2044067011472605327540
Binary1000010010000011011101001100111010110000101011010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842037; }

 p { color: rgb(132,32,55); }

 H1.HeaderClassName
 {
   color: #842037;
 }
 .AnyTagClassName
 {
   color: #842037;
 }
</style>
background-color css

<style>
 a { background-color: #842037; }

 a { background-color: rgb(132,32,55); }

 div.DivClassName
 {
   background-color: #842037;
 }
 .BgClassName
 {
   background-color: #842037;
 }
</style>
border-color css

<style>
 span { border-color: #842037; }

 span { border-color: rgb(132,32,55); }

 td.TdClassName
 {
   border-color: #842037;
 }
 .TagClassName
 {
   border-color: #842037;
 }
</style>