#810C5B

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

Shades of Eggplant #810C5B

Tints of Eggplant #810C5B

Color information

#810C5B (or 0x810C5B) is unknown color: approx Eggplant. HEX triplet: 81, 0C and 5B. RGB value is (129,12,91). Sum of RGB (Red+Green+Blue) = 129+12+91=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #810C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #810C5B is #7EF3A4. Grayscale: #373737. Windows color (decimal): -8319909 or 5966977. OLE color: 5966977.

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

Color convert

RGB1291291-
CMYK00.910.290.49
HSL319.49º82.98%27.65%-
HSV(B)319.49º90.7%50.59%-
XYZ11.075.6910.41-
YUV55.99147.76180.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 55.60%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=55.60%
G=5.17%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129100.910.290.49319.4982.9827.65
Hex81C5B05B1D3113f531c
Octal201141330133356147712334
Binary10000001110010110110101101111101110001100111111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,12,91); }

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

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

 a { background-color: rgb(129,12,91); }

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

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

 span { border-color: rgb(129,12,91); }

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