#842A39

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

Shades of Shiraz #842A39

Tints of Shiraz #842A39

Color information

#842A39 (or 0x842A39) is unknown color: approx Shiraz. HEX triplet: 84, 2A and 39. RGB value is (132,42,57). Sum of RGB (Red+Green+Blue) = 132+42+57=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842A39 is #7BD5C6. Grayscale: #464646. Windows color (decimal): -8115655 or 3746436. OLE color: 3746436.

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

Color convert

RGB1324257-
CMYK00.680.570.48
HSL350º51.72%34.12%-
HSV(B)350º68.18%51.76%-
XYZ11.086.864.61-
YUV70.62120.32171.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 42 (16.80% from 255) = 18.18%
BLUE value IS 57 (22.66% from 255) = 24.68%
R=57.14%
G=18.18%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132425700.680.570.4835051.7234.12
Hex842A39044393015e3422
Octal2045271010471605366442
Binary1000010010101011100101000100111001110000101011110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A39; }

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

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

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

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

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

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

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

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