#832533

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

Shades of Shiraz #832533

Tints of Shiraz #832533

Color information

#832533 (or 0x832533) is unknown color: approx Shiraz. HEX triplet: 83, 25 and 33. RGB value is (131,37,51). Sum of RGB (Red+Green+Blue) = 131+37+51=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #832533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832533 is #7CDACC. Grayscale: #424242. Windows color (decimal): -8182477 or 3351939. OLE color: 3351939.

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

Color convert

RGB1313751-
CMYK00.720.610.49
HSL351.06º55.95%32.94%-
HSV(B)351.06º71.76%51.37%-
XYZ10.626.393.81-
YUV66.7119.14173.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=59.82%
G=16.89%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131375100.720.610.49351.0655.9532.94
Hex8325330483D3115f3821
Octal2034563011075615377041
Binary1000001110010111001101001000111101110001101011111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832533; }

 p { color: rgb(131,37,51); }

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

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

 a { background-color: rgb(131,37,51); }

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

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

 span { border-color: rgb(131,37,51); }

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