#822B33

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

Shades of Shiraz #822B33

Tints of Shiraz #822B33

Color information

#822B33 (or 0x822B33) is unknown color: approx Shiraz. HEX triplet: 82, 2B and 33. RGB value is (130,43,51). Sum of RGB (Red+Green+Blue) = 130+43+51=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 43 (17.19% from 255 or 19.20% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #822B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B33 is #7DD4CC. Grayscale: #454545. Windows color (decimal): -8246477 or 3353474. OLE color: 3353474.

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

Color convert

RGB1304351-
CMYK00.670.610.49
HSL354.48º50.29%33.92%-
HSV(B)354.48º66.92%50.98%-
XYZ10.676.713.87-
YUV69.92117.32170.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 58.04%
GREEN value IS 43 (17.19% from 255) = 19.20%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=58.04%
G=19.20%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130435100.670.610.49354.4850.2933.92
Hex822B330433D311623222
Octal2025363010375615426242
Binary1000001010101111001101000011111101110001101100010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,43,51); }

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

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

 a { background-color: rgb(130,43,51); }

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

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

 span { border-color: rgb(130,43,51); }

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