#822532

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

Shades of Shiraz #822532

Tints of Shiraz #822532

Color information

#822532 (or 0x822532) is unknown color: approx Shiraz. HEX triplet: 82, 25 and 32. RGB value is (130,37,50). Sum of RGB (Red+Green+Blue) = 130+37+50=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #822532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822532 is #7DDACD. Grayscale: #424242. Windows color (decimal): -8248014 or 3286402. OLE color: 3286402.

HSL color Cylindrical-coordinate representation of color #822532: hue angle of 351.61º 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 #822532 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1303750-
CMYK00.720.620.49
HSL351.61º55.69%32.75%-
HSV(B)351.61º71.54%50.98%-
XYZ10.446.33.68-
YUV66.29118.81173.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.91%
GREEN value IS 37 (14.84% from 255) = 17.05%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=59.91%
G=17.05%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130375000.720.620.49351.6155.6932.75
Hex8225320483E311603821
Octal2024562011076615407041
Binary1000001010010111001001001000111110110001101100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822532; }

 p { color: rgb(130,37,50); }

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

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

 a { background-color: rgb(130,37,50); }

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

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

 span { border-color: rgb(130,37,50); }

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