Html Css Color HEX #815453 Lotus

📋 copy color: '#815453'

red 129 ◦ green 84 ◦ blue 83

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

Shades of Lotus #815453

Tints of Lotus #815453

RGB

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

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

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

R = 43.58%
G = 28.38%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#815453 (or 0x815453) is known color: Lotus. HEX triplet: 81, 54 and 53. RGB value is (129,84,83). Sum of RGB (Red+Green+Blue) = 129+84+83=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #815453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815453 is #7EABAC. Grayscale: #616161. Windows color (decimal): -8301485 or 5461121. OLE color: 5461121.

HSL color Cylindrical-coordinate representation of color #815453: hue angle of 1.3º 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 #815453 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 84 83 -
CMYK 0 0.35 0.36 0.49
HSL 1.3º 0.22% 0.42% -
HSV(B) 1.3º 0.36% 0.51% -
XYZ 13.78 11.63 9.7 -
YUV 97.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 129 84 83 0 0.35 0.36 0.49 1.3 0.22 0.42
Hex 81 54 53 0 23 24 31 1 16 2A
Octal 201 124 123 0 43 44 61 1 26 52
Binary 10000001 1010100 1010011 0 100011 100100 110001 1 10110 101010

Color Harmonies of #815453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815453

Black with #815453

Text Example


Text Example

White with #815453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815453; }

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

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

background-color css

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

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

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

border-color css

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

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

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