#842539

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

Shades of Shiraz #842539

Tints of Shiraz #842539

Color information

#842539 (or 0x842539) is unknown color: approx Shiraz. HEX triplet: 84, 25 and 39. RGB value is (132,37,57). Sum of RGB (Red+Green+Blue) = 132+37+57=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #842539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842539 is #7BDAC6. Grayscale: #434343. Windows color (decimal): -8116935 or 3745156. OLE color: 3745156.

HSL color Cylindrical-coordinate representation of color #842539: hue angle of 347.37º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #842539 is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1323757-
CMYK00.720.570.48
HSL347.37º56.21%33.14%-
HSV(B)347.37º71.97%51.76%-
XYZ10.926.524.55-
YUV67.68121.97173.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 57 (22.66% from 255) = 25.22%
R=58.41%
G=16.37%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132375700.720.570.48347.3756.2133.14
Hex842539048393015b3821
Octal2044571011071605337041
Binary1000010010010111100101001000111001110000101011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842539; }

 p { color: rgb(132,37,57); }

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

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

 a { background-color: rgb(132,37,57); }

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

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

 span { border-color: rgb(132,37,57); }

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