#852b2a

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

Shades of Lusty #852B2A

Tints of Lusty #852B2A

Color information

#852B2A (or 0x852B2A) is unknown color: approx Lusty. HEX triplet: 85, 2B and 2A. RGB value is (133,43,42). Sum of RGB (Red+Green+Blue) = 133+43+42=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852B2A is #7AD4D5. Grayscale: #454545. Windows color (decimal): -8049878 or 2763653. OLE color: 2763653.

HSL color Cylindrical-coordinate representation of color #852B2A: hue angle of 0.66º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852B2A is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1334342-
CMYK00.680.680.48
HSL0.66º52%34.31%-
HSV(B)0.66º68.42%52.16%-
XYZ10.956.882.94-
YUV69.8112.32173.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.01%
GREEN value IS 43 (17.19% from 255) = 19.72%
BLUE value IS 42 (16.80% from 255) = 19.27%
R=61.01%
G=19.72%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133434200.680.680.480.665234.31
Hex852B2A044443013422
Octal205535201041046016442
Binary100001011010111010100100010010001001100001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852b2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852b2a; }

 p { color: rgb(133,43,42); }

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

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

 a { background-color: rgb(133,43,42); }

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

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

 span { border-color: rgb(133,43,42); }

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