#842D36

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

Shades of Shiraz #842D36

Tints of Shiraz #842D36

Color information

#842D36 (or 0x842D36) is unknown color: approx Shiraz. HEX triplet: 84, 2D and 36. RGB value is (132,45,54). Sum of RGB (Red+Green+Blue) = 132+45+54=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #842D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D36 is #7BD2C9. Grayscale: #484848. Windows color (decimal): -8114890 or 3550596. OLE color: 3550596.

HSL color Cylindrical-coordinate representation of color #842D36: hue angle of 353.79º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842D36 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1324554-
CMYK00.660.590.48
HSL353.79º49.15%34.71%-
HSV(B)353.79º65.91%51.76%-
XYZ11.127.054.26-
YUV72.04117.82170.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.14%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=57.14%
G=19.48%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132455400.660.590.48353.7949.1534.71
Hex842D360423B301623123
Octal2045566010273605426143
Binary1000010010110111011001000010111011110000101100010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,45,54); }

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

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

 a { background-color: rgb(132,45,54); }

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

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

 span { border-color: rgb(132,45,54); }

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