#822F2B

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

Shades of Lusty #822F2B

Tints of Lusty #822F2B

Color information

#822F2B (or 0x822F2B) is unknown color: approx Lusty. HEX triplet: 82, 2F and 2B. RGB value is (130,47,43). Sum of RGB (Red+Green+Blue) = 130+47+43=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #822F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822F2B is #7DD0D4. Grayscale: #474747. Windows color (decimal): -8245461 or 2830210. OLE color: 2830210.

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

Color convert

RGB1304743-
CMYK00.640.670.49
HSL2.76º50.29%33.92%-
HSV(B)2.76º66.92%50.98%-
XYZ10.666.953.07-
YUV71.36112169.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 59.09%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 43 (17.19% from 255) = 19.55%
R=59.09%
G=21.36%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130474300.640.670.492.7650.2933.92
Hex822F2B040433133222
Octal202575301001036136242
Binary1000001010111110101101000000100001111000111110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #822F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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