Html Css Color HEX #852C29 Lusty

📋 copy color: '#852C29'

red 133 ◦ green 44 ◦ blue 41

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

Shades of Lusty #852C29

Tints of Lusty #852C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.81%

R = 61.01%
G = 20.18%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852C29 (or 0x852C29) is known color: Lusty. HEX triplet: 85, 2C and 29. RGB value is (133,44,41). Sum of RGB (Red+Green+Blue) = 133+44+41=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 41 (16.41% from 255 or 18.81% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C29 is #7AD3D6. Grayscale: #464646. Windows color (decimal): -8049623 or 2698373. OLE color: 2698373.

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

Color convert

RGB 133 44 41 -
CMYK 0 0.67 0.69 0.48
HSL 1.96º 0.53% 0.34% -
HSV(B) 1.96º 0.69% 0.52% -
XYZ 10.97 6.95 2.86 -
YUV 70.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 133 44 41 0 0.67 0.69 0.48 1.96 0.53 0.34
Hex 85 2C 29 0 43 45 30 2 35 22
Octal 205 54 51 0 103 105 60 2 65 42
Binary 10000101 101100 101001 0 1000011 1000101 110000 10 110101 100010

Color Harmonies of #852C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C29

Black with #852C29

Text Example


Text Example

White with #852C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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