Html Css Color HEX #815048 Lotus

📋 copy color: '#815048'

red 129 ◦ green 80 ◦ blue 72

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

Shades of Lotus #815048

Tints of Lotus #815048

RGB

 RED value IS 129 (50.78% from 255) = 45.91%

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 45.91%
G = 28.47%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#815048 (or 0x815048) is known color: Lotus. HEX triplet: 81, 50 and 48. RGB value is (129,80,72). Sum of RGB (Red+Green+Blue) = 129+80+72=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #815048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815048 is #7EAFB7. Grayscale: #5D5D5D. Windows color (decimal): -8302520 or 4739201. OLE color: 4739201.

HSL color Cylindrical-coordinate representation of color #815048: hue angle of 8.42º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #815048 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 80 72 -
CMYK 0 0.38 0.44 0.49
HSL 8.42º 0.28% 0.39% -
HSV(B) 8.42º 0.44% 0.51% -
XYZ 13.09 10.87 7.54 -
YUV 93.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 129 80 72 0 0.38 0.44 0.49 8.42 0.28 0.39
Hex 81 50 48 0 26 2C 31 8 1C 27
Octal 201 120 110 0 46 54 61 10 34 47
Binary 10000001 1010000 1001000 0 100110 101100 110001 1000 11100 100111

Color Harmonies of #815048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815048

Black with #815048

Text Example


Text Example

White with #815048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815048; }

 p { color: rgb(129,80,72); }

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

background-color css

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

 a { background-color: rgb(129,80,72); }

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

border-color css

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

 span { border-color: rgb(129,80,72); }

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