#832A34

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

Shades of Shiraz #832A34

Tints of Shiraz #832A34

Color information

#832A34 (or 0x832A34) is unknown color: approx Shiraz. HEX triplet: 83, 2A and 34. RGB value is (131,42,52). Sum of RGB (Red+Green+Blue) = 131+42+52=225 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.22% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 131 - color contains mainly: red. Hex color #832A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832A34 is #7CD5CB. Grayscale: #454545. Windows color (decimal): -8181196 or 3418755. OLE color: 3418755.

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

Color convert

RGB1314252-
CMYK00.680.600.49
HSL353.26º51.45%33.92%-
HSV(B)353.26º67.94%51.37%-
XYZ10.816.733.98-
YUV69.75117.99171.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 58.22%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=58.22%
G=18.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131425200.680.600.49353.2651.4533.92
Hex832A340443C311613322
Octal2035264010474615416342
Binary1000001110101011010001000100111100110001101100001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,42,52); }

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

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

 a { background-color: rgb(131,42,52); }

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

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

 span { border-color: rgb(131,42,52); }

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