#822B36

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

Shades of Shiraz #822B36

Tints of Shiraz #822B36

Color information

#822B36 (or 0x822B36) is unknown color: approx Shiraz. HEX triplet: 82, 2B and 36. RGB value is (130,43,54). Sum of RGB (Red+Green+Blue) = 130+43+54=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #822B36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822B36 is #7DD4C9. Grayscale: #464646. Windows color (decimal): -8246474 or 3550082. OLE color: 3550082.

HSL color Cylindrical-coordinate representation of color #822B36: hue angle of 352.41º 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 #822B36 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1304354-
CMYK00.670.580.49
HSL352.41º50.29%33.92%-
HSV(B)352.41º66.92%50.98%-
XYZ10.746.744.23-
YUV70.27118.82170.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 57.27%
GREEN value IS 43 (17.19% from 255) = 18.94%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=57.27%
G=18.94%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130435400.670.580.49352.4150.2933.92
Hex822B360433A311603222
Octal2025366010372615406242
Binary1000001010101111011001000011111010110001101100000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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