Html Css Color HEX #815450 Lotus

📋 copy color: '#815450'

red 129 ◦ green 84 ◦ blue 80

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

Shades of Lotus #815450

Tints of Lotus #815450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.67%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 44.03%
G = 28.67%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#815450 (or 0x815450) is known color: Lotus. HEX triplet: 81, 54 and 50. RGB value is (129,84,80). Sum of RGB (Red+Green+Blue) = 129+84+80=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 129 - color contains mainly: red. Hex color #815450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815450 is #7EABAF. Grayscale: #616161. Windows color (decimal): -8301488 or 5264513. OLE color: 5264513.

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

Color convert

RGB 129 84 80 -
CMYK 0 0.35 0.38 0.49
HSL 4.9º 0.23% 0.41% -
HSV(B) 4.9º 0.38% 0.51% -
XYZ 13.67 11.59 9.11 -
YUV 97 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 129 84 80 0 0.35 0.38 0.49 4.9 0.23 0.41
Hex 81 54 50 0 23 26 31 5 17 29
Octal 201 124 120 0 43 46 61 5 27 51
Binary 10000001 1010100 1010000 0 100011 100110 110001 101 10111 101001

Color Harmonies of #815450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815450

Black with #815450

Text Example


Text Example

White with #815450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815450; }

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

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

background-color css

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

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

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

border-color css

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

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

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