#832437

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

Shades of Shiraz #832437

Tints of Shiraz #832437

Color information

#832437 (or 0x832437) is unknown color: approx Shiraz. HEX triplet: 83, 24 and 37. RGB value is (131,36,55). Sum of RGB (Red+Green+Blue) = 131+36+55=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 55 (21.88% from 255 or 24.77% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #832437 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832437 is #7CDBC8. Grayscale: #424242. Windows color (decimal): -8182729 or 3613827. OLE color: 3613827.

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

Color convert

RGB1313655-
CMYK00.730.580.49
HSL348º56.89%32.75%-
HSV(B)348º72.52%51.37%-
XYZ10.686.364.28-
YUV66.57121.47173.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.01%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 55 (21.88% from 255) = 24.77%
R=59.01%
G=16.22%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131365500.730.580.4934856.8932.75
Hex8324370493A3115c3921
Octal2034467011172615347141
Binary1000001110010011011101001001111010110001101011100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832437; }

 p { color: rgb(131,36,55); }

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

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

 a { background-color: rgb(131,36,55); }

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

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

 span { border-color: rgb(131,36,55); }

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