#822539

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

Shades of Shiraz #822539

Tints of Shiraz #822539

Color information

#822539 (or 0x822539) is unknown color: approx Shiraz. HEX triplet: 82, 25 and 39. RGB value is (130,37,57). Sum of RGB (Red+Green+Blue) = 130+37+57=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #822539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822539 is #7DDAC6. Grayscale: #434343. Windows color (decimal): -8248007 or 3745154. OLE color: 3745154.

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

Color convert

RGB1303757-
CMYK00.720.560.49
HSL347.1º55.69%32.75%-
HSV(B)347.1º71.54%50.98%-
XYZ10.616.364.54-
YUV67.09122.31172.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 57 (22.66% from 255) = 25.45%
R=58.04%
G=16.52%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130375700.720.560.49347.155.6932.75
Hex822539048383115b3821
Octal2024571011070615337041
Binary1000001010010111100101001000111000110001101011011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822539; }

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

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

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

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

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

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

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

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