Html Css Color HEX #81514A Lotus

📋 copy color: '#81514A'

red 129 ◦ green 81 ◦ blue 74

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

Shades of Lotus #81514A

Tints of Lotus #81514A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 45.42%
G = 28.52%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#81514A (or 0x81514A) is known color: Lotus. HEX triplet: 81, 51 and 4A. RGB value is (129,81,74). Sum of RGB (Red+Green+Blue) = 129+81+74=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #81514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81514A is #7EAEB5. Grayscale: #5E5E5E. Windows color (decimal): -8302262 or 4870529. OLE color: 4870529.

HSL color Cylindrical-coordinate representation of color #81514A: hue angle of 7.64º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81514A is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 81 74 -
CMYK 0 0.37 0.43 0.49
HSL 7.64º 0.27% 0.4% -
HSV(B) 7.64º 0.43% 0.51% -
XYZ 13.23 11.05 7.91 -
YUV 94.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 129 81 74 0 0.37 0.43 0.49 7.64 0.27 0.4
Hex 81 51 4A 0 25 2B 31 8 1B 28
Octal 201 121 112 0 45 53 61 10 33 50
Binary 10000001 1010001 1001010 0 100101 101011 110001 1000 11011 101000

Color Harmonies of #81514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81514A

Black with #81514A

Text Example


Text Example

White with #81514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81514A; }

 p { color: rgb(129,81,74); }

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

background-color css

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

 a { background-color: rgb(129,81,74); }

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

border-color css

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

 span { border-color: rgb(129,81,74); }

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