#822D32

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

Shades of Shiraz #822D32

Tints of Shiraz #822D32

Color information

#822D32 (or 0x822D32) is unknown color: approx Shiraz. HEX triplet: 82, 2D and 32. RGB value is (130,45,50). Sum of RGB (Red+Green+Blue) = 130+45+50=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #822D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822D32 is #7DD2CD. Grayscale: #474747. Windows color (decimal): -8245966 or 3288450. OLE color: 3288450.

HSL color Cylindrical-coordinate representation of color #822D32: hue angle of 356.47º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #822D32 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1304550-
CMYK00.650.620.49
HSL356.47º48.57%34.31%-
HSV(B)356.47º65.38%50.98%-
XYZ10.726.853.78-
YUV70.98116.16170.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.78%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=57.78%
G=20%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130455000.650.620.49356.4748.5734.31
Hex822D320413E311643122
Octal2025562010176615446142
Binary1000001010110111001001000001111110110001101100100110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #822D32; }

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

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

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

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

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

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

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

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