#842C36

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

Shades of Shiraz #842C36

Tints of Shiraz #842C36

Color information

#842C36 (or 0x842C36) is unknown color: approx Shiraz. HEX triplet: 84, 2C and 36. RGB value is (132,44,54). Sum of RGB (Red+Green+Blue) = 132+44+54=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #842C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842C36 is #7BD3C9. Grayscale: #474747. Windows color (decimal): -8115146 or 3550340. OLE color: 3550340.

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

Color convert

RGB1324454-
CMYK00.670.590.48
HSL353.18º50%34.51%-
HSV(B)353.18º66.67%51.76%-
XYZ11.086.974.25-
YUV71.45118.15171.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 54 (21.48% from 255) = 23.48%
R=57.39%
G=19.13%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132445400.670.590.48353.185034.51
Hex842C360433B301613223
Octal2045466010373605416243
Binary1000010010110011011001000011111011110000101100001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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