#812C32

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

Shades of Shiraz #812C32

Tints of Shiraz #812C32

Color information

#812C32 (or 0x812C32) is unknown color: approx Shiraz. HEX triplet: 81, 2C and 32. RGB value is (129,44,50). Sum of RGB (Red+Green+Blue) = 129+44+50=223 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.85% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 129 - color contains mainly: red. Hex color #812C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C32 is #7ED3CD. Grayscale: #464646. Windows color (decimal): -8311758 or 3288193. OLE color: 3288193.

HSL color Cylindrical-coordinate representation of color #812C32: hue angle of 355.76º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #812C32 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1294450-
CMYK00.660.610.49
HSL355.76º49.13%33.92%-
HSV(B)355.76º65.89%50.59%-
XYZ10.536.73.76-
YUV70.1116.66170.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 57.85%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=57.85%
G=19.73%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129445000.660.610.49355.7649.1333.92
Hex812C320423D311643122
Octal2015462010275615446142
Binary1000000110110011001001000010111101110001101100100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812C32; }

 p { color: rgb(129,44,50); }

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

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

 a { background-color: rgb(129,44,50); }

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

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

 span { border-color: rgb(129,44,50); }

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