#822934

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

Shades of Shiraz #822934

Tints of Shiraz #822934

Color information

#822934 (or 0x822934) is unknown color: approx Shiraz. HEX triplet: 82, 29 and 34. RGB value is (130,41,52). Sum of RGB (Red+Green+Blue) = 130+41+52=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #822934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822934 is #7DD6CB. Grayscale: #444444. Windows color (decimal): -8246988 or 3418498. OLE color: 3418498.

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

Color convert

RGB1304152-
CMYK00.680.600.49
HSL352.58º52.05%33.53%-
HSV(B)352.58º68.46%50.98%-
XYZ10.626.583.96-
YUV68.86118.49171.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.30%
GREEN value IS 41 (16.41% from 255) = 18.39%
BLUE value IS 52 (20.70% from 255) = 23.32%
R=58.30%
G=18.39%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130415200.680.600.49352.5852.0533.53
Hex8229340443C311613422
Octal2025164010474615416442
Binary1000001010100111010001000100111100110001101100001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822934; }

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

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

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

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

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

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

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

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