Html Css Color HEX #805252 Lotus

📋 copy color: '#805252'

red 128 ◦ green 82 ◦ blue 82

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

Shades of Lotus #805252

Tints of Lotus #805252

RGB

 RED value IS 128 (50.39% from 255) = 43.84%

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 82 (32.42% from 255) = 28.08%

R = 43.84%
G = 28.08%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#805252 (or 0x805252) is known color: Lotus. HEX triplet: 80, 52 and 52. RGB value is (128,82,82). Sum of RGB (Red+Green+Blue) = 128+82+82=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #805252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805252 is #7FADAD. Grayscale: #5F5F5F. Windows color (decimal): -8367534 or 5395072. OLE color: 5395072.

HSL color Cylindrical-coordinate representation of color #805252: hue angle of 0º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #805252 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 82 -
CMYK 0 0.36 0.36 0.50
HSL 0.22% 0.41% -
HSV(B) 0.36% 0.5% -
XYZ 13.44 11.23 9.44 -
YUV 95.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 128 82 82 0 0.36 0.36 0.50 0 0.22 0.41
Hex 80 52 52 0 24 24 32 0 16 29
Octal 200 122 122 0 44 44 62 0 26 51
Binary 10000000 1010010 1010010 0 100100 100100 110010 0 10110 101001

Color Harmonies of #805252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805252

Black with #805252

Text Example


Text Example

White with #805252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805252; }

 p { color: rgb(128,82,82); }

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

background-color css

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

 a { background-color: rgb(128,82,82); }

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

border-color css

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

 span { border-color: rgb(128,82,82); }

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