#822535

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

Shades of Shiraz #822535

Tints of Shiraz #822535

Color information

#822535 (or 0x822535) is unknown color: approx Shiraz. HEX triplet: 82, 25 and 35. RGB value is (130,37,53). Sum of RGB (Red+Green+Blue) = 130+37+53=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #822535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822535 is #7DDACA. Grayscale: #424242. Windows color (decimal): -8248011 or 3483010. OLE color: 3483010.

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

Color convert

RGB1303753-
CMYK00.720.590.49
HSL349.68º55.69%32.75%-
HSV(B)349.68º71.54%50.98%-
XYZ10.516.334.04-
YUV66.63120.31173.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 53 (21.09% from 255) = 24.09%
R=59.09%
G=16.82%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130375300.720.590.49349.6855.6932.75
Hex8225350483B3115e3821
Octal2024565011073615367041
Binary1000001010010111010101001000111011110001101011110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822535; }

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

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

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

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

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

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

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

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