#822939

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

Shades of Shiraz #822939

Tints of Shiraz #822939

Color information

#822939 (or 0x822939) is unknown color: approx Shiraz. HEX triplet: 82, 29 and 39. RGB value is (130,41,57). Sum of RGB (Red+Green+Blue) = 130+41+57=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #822939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822939 is #7DD6C6. Grayscale: #454545. Windows color (decimal): -8246983 or 3746178. OLE color: 3746178.

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

Color convert

RGB1304157-
CMYK00.680.560.49
HSL349.21º52.05%33.53%-
HSV(B)349.21º68.46%50.98%-
XYZ10.746.634.58-
YUV69.44120.99171.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.02%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 57 (22.66% from 255) = 25%
R=57.02%
G=17.98%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130415700.680.560.49349.2152.0533.53
Hex822939044383115d3422
Octal2025171010470615356442
Binary1000001010100111100101000100111000110001101011101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822939; }

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

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

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

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

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

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

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

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