#832A35

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

Shades of Shiraz #832A35

Tints of Shiraz #832A35

Color information

#832A35 (or 0x832A35) is unknown color: approx Shiraz. HEX triplet: 83, 2A and 35. RGB value is (131,42,53). Sum of RGB (Red+Green+Blue) = 131+42+53=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #832A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832A35 is #7CD5CA. Grayscale: #454545. Windows color (decimal): -8181195 or 3484291. OLE color: 3484291.

HSL color Cylindrical-coordinate representation of color #832A35: hue angle of 352.58º 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 #832A35 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1314253-
CMYK00.680.600.49
HSL352.58º51.45%33.92%-
HSV(B)352.58º67.94%51.37%-
XYZ10.836.744.1-
YUV69.86118.49171.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.96%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=57.96%
G=18.58%
B=23.45%

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
Decimal131425300.680.600.49352.5851.4533.92
Hex832A350443C311613322
Octal2035265010474615416342
Binary1000001110101011010101000100111100110001101100001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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