#832C36

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

Shades of Shiraz #832C36

Tints of Shiraz #832C36

Color information

#832C36 (or 0x832C36) is unknown color: approx Shiraz. HEX triplet: 83, 2C and 36. RGB value is (131,44,54). Sum of RGB (Red+Green+Blue) = 131+44+54=229 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.21% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 131 - color contains mainly: red. Hex color #832C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832C36 is #7CD3C9. Grayscale: #474747. Windows color (decimal): -8180682 or 3550339. OLE color: 3550339.

HSL color Cylindrical-coordinate representation of color #832C36: hue angle of 353.1º degrees, saturation: 0.5, 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 #832C36 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1314454-
CMYK00.660.590.49
HSL353.1º49.71%34.31%-
HSV(B)353.1º66.41%51.37%-
XYZ10.936.894.24-
YUV71.15118.32170.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.21%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=57.21%
G=19.21%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131445400.660.590.49353.149.7134.31
Hex832C360423B311613222
Octal2035466010273615416242
Binary1000001110110011011001000010111011110001101100001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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