Html Css Color HEX #852B2A Lusty

📋 copy color: '#852B2A'

red 133 ◦ green 43 ◦ blue 42

#852B2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lusty #852B2A

Tints of Lusty #852B2A

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.8% from 255) = 19.27%

R = 61.01%
G = 19.72%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#852B2A (or 0x852B2A) is known color: 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

RGB 133 43 42 -
CMYK 0 0.68 0.68 0.48
HSL 0.66º 0.52% 0.34% -
HSV(B) 0.66º 0.68% 0.52% -
XYZ 10.95 6.88 2.94 -
YUV 69.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 133 43 42 0 0.68 0.68 0.48 0.66 0.52 0.34
Hex 85 2B 2A 0 44 44 30 1 34 22
Octal 205 53 52 0 104 104 60 1 64 42
Binary 10000101 101011 101010 0 1000100 1000100 110000 1 110100 100010

Color Harmonies of #852B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B2A

Black with #852B2A

Text Example


Text Example

White with #852B2A

Text Example


Text Example

HTML Codes & Css Web 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>