#810D5D

Color #810D5D Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #810D5D

Tints of Eggplant #810D5D

Color information

#810D5D (or 0x810D5D) is unknown color: approx Eggplant. HEX triplet: 81, 0D and 5D. RGB value is (129,13,93). Sum of RGB (Red+Green+Blue) = 129+13+93=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #810D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810D5D is #7EF2A2. Grayscale: #383838. Windows color (decimal): -8319651 or 6098305. OLE color: 6098305.

HSL color Cylindrical-coordinate representation of color #810D5D: hue angle of 318.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #810D5D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1291393-
CMYK00.900.280.49
HSL318.62º81.69%27.84%-
HSV(B)318.62º89.92%50.59%-
XYZ11.175.7510.88-
YUV56.8148.43179.5-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 54.89%
GREEN value IS 13 (5.47% from 255) = 5.53%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=54.89%
G=5.53%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129139300.900.280.49318.6281.6927.84
Hex81D5D05A1C3113f521c
Octal201151350132346147712234
Binary10000001110110111010101101011100110001100111111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810D5D; }

 p { color: rgb(129,13,93); }

 H1.HeaderClassName
 {
   color: #810D5D;
 }
 .AnyTagClassName
 {
   color: #810D5D;
 }
</style>
background-color css

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

 a { background-color: rgb(129,13,93); }

 div.DivClassName
 {
   background-color: #810D5D;
 }
 .BgClassName
 {
   background-color: #810D5D;
 }
</style>
border-color css

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

 span { border-color: rgb(129,13,93); }

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