Html Css Color HEX #815352 Lotus

📋 copy color: '#815352'

red 129 ◦ green 83 ◦ blue 82

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

Shades of Lotus #815352

Tints of Lotus #815352

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

 BLUE value IS 82 (32.42% from 255) = 27.89%

R = 43.88%
G = 28.23%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#815352 (or 0x815352) is known color: Lotus. HEX triplet: 81, 53 and 52. RGB value is (129,83,82). Sum of RGB (Red+Green+Blue) = 129+83+82=294 (38% of max value = 765). Red value is 129 (50.78% from 255 or 43.88% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 129 - color contains mainly: red. Hex color #815352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815352 is #7EACAD. Grayscale: #606060. Windows color (decimal): -8301742 or 5395329. OLE color: 5395329.

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

Color convert

RGB 129 83 82 -
CMYK 0 0.36 0.36 0.49
HSL 1.28º 0.22% 0.41% -
HSV(B) 1.28º 0.36% 0.51% -
XYZ 13.67 11.46 9.47 -
YUV 96.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 129 83 82 0 0.36 0.36 0.49 1.28 0.22 0.41
Hex 81 53 52 0 24 24 31 1 16 29
Octal 201 123 122 0 44 44 61 1 26 51
Binary 10000001 1010011 1010010 0 100100 100100 110001 1 10110 101001

Color Harmonies of #815352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815352

Black with #815352

Text Example


Text Example

White with #815352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815352; }

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

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

background-color css

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

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

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

border-color css

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

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

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