#812436

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

Shades of Shiraz #812436

Tints of Shiraz #812436

Color information

#812436 (or 0x812436) is unknown color: approx Shiraz. HEX triplet: 81, 24 and 36. RGB value is (129,36,54). Sum of RGB (Red+Green+Blue) = 129+36+54=219 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.90% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 129 - color contains mainly: red. Hex color #812436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812436 is #7EDBC9. Grayscale: #414141. Windows color (decimal): -8313802 or 3548289. OLE color: 3548289.

HSL color Cylindrical-coordinate representation of color #812436: hue angle of 348.39º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812436 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1293654-
CMYK00.720.580.49
HSL348.39º56.36%32.35%-
HSV(B)348.39º72.09%50.59%-
XYZ10.356.24.14-
YUV65.86121.31173.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 58.90%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=58.90%
G=16.44%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129365400.720.580.49348.3956.3632.35
Hex8124360483A3115c3820
Octal2014466011072615347040
Binary1000000110010011011001001000111010110001101011100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812436; }

 p { color: rgb(129,36,54); }

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

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

 a { background-color: rgb(129,36,54); }

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

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

 span { border-color: rgb(129,36,54); }

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