Html Css Color HEX #815553 Lotus

📋 copy color: '#815553'

red 129 ◦ green 85 ◦ blue 83

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

Shades of Lotus #815553

Tints of Lotus #815553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.62%

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 43.43%
G = 28.62%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#815553 (or 0x815553) is known color: Lotus. HEX triplet: 81, 55 and 53. RGB value is (129,85,83). Sum of RGB (Red+Green+Blue) = 129+85+83=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #815553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815553 is #7EAAAC. Grayscale: #616161. Windows color (decimal): -8301229 or 5461377. OLE color: 5461377.

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

Color convert

RGB 129 85 83 -
CMYK 0 0.34 0.36 0.49
HSL 2.61º 0.22% 0.42% -
HSV(B) 2.61º 0.36% 0.51% -
XYZ 13.86 11.79 9.73 -
YUV 97.93 119.58 150.16 -
System Red Green Blue C M Y K H S L
Decimal 129 85 83 0 0.34 0.36 0.49 2.61 0.22 0.42
Hex 81 55 53 0 22 24 31 3 16 2A
Octal 201 125 123 0 42 44 61 3 26 52
Binary 10000001 1010101 1010011 0 100010 100100 110001 11 10110 101010

Color Harmonies of #815553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815553

Black with #815553

Text Example


Text Example

White with #815553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815553; }

 p { color: rgb(129,85,83); }

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

background-color css

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

 a { background-color: rgb(129,85,83); }

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

border-color css

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

 span { border-color: rgb(129,85,83); }

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