Html Css Color HEX #852C2A Lusty

📋 copy color: '#852C2A'

red 133 ◦ green 44 ◦ blue 42

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

Shades of Lusty #852C2A

Tints of Lusty #852C2A

RGB

 RED value IS 133 (52.34% from 255) = 60.73%

 GREEN value IS 44 (17.58% from 255) = 20.09%

 BLUE value IS 42 (16.8% from 255) = 19.18%

R = 60.73%
G = 20.09%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#852C2A (or 0x852C2A) is known color: Lusty. HEX triplet: 85, 2C and 2A. RGB value is (133,44,42). Sum of RGB (Red+Green+Blue) = 133+44+42=219 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.73% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 133 - color contains mainly: red. Hex color #852C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C2A is #7AD3D5. Grayscale: #464646. Windows color (decimal): -8049622 or 2763909. OLE color: 2763909.

HSL color Cylindrical-coordinate representation of color #852C2A: hue angle of 1.32º 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 #852C2A is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 42 -
CMYK 0 0.67 0.68 0.48
HSL 1.32º 0.52% 0.34% -
HSV(B) 1.32º 0.68% 0.52% -
XYZ 10.99 6.96 2.95 -
YUV 70.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 133 44 42 0 0.67 0.68 0.48 1.32 0.52 0.34
Hex 85 2C 2A 0 43 44 30 1 34 22
Octal 205 54 52 0 103 104 60 1 64 42
Binary 10000101 101100 101010 0 1000011 1000100 110000 1 110100 100010

Color Harmonies of #852C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C2A

Black with #852C2A

Text Example


Text Example

White with #852C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #852C2A;
 }
 .AnyTagClassName
 {
   color: #852C2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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