Html Css Color HEX #800B57 Eggplant

📋 copy color: '#800B57'

red 128 ◦ green 11 ◦ blue 87

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

Shades of Eggplant #800B57

Tints of Eggplant #800B57

RGB

 RED value IS 128 (50.39% from 255) = 56.64%

 GREEN value IS 11 (4.69% from 255) = 4.87%

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 56.64%
G = 4.87%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.50

RGB Variations

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

Color information

#800B57 (or 0x800B57) is known color: Eggplant. HEX triplet: 80, 0B and 57. RGB value is (128,11,87). Sum of RGB (Red+Green+Blue) = 128+11+87=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #800B57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B57 is #7FF4A8. Grayscale: #363636. Windows color (decimal): -8385705 or 5704576. OLE color: 5704576.

HSL color Cylindrical-coordinate representation of color #800B57: hue angle of 321.03º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B57 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 87 -
CMYK 0 0.91 0.32 0.50
HSL 321.03º 0.84% 0.27% -
HSV(B) 321.03º 0.91% 0.5% -
XYZ 10.74 5.52 9.52 -
YUV 54.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 128 11 87 0 0.91 0.32 0.50 321.03 0.84 0.27
Hex 80 B 57 0 5B 20 32 141 54 1B
Octal 200 13 127 0 133 40 62 501 124 33
Binary 10000000 1011 1010111 0 1011011 100000 110010 101000001 1010100 11011

Color Harmonies of #800B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B57

Black with #800B57

Text Example


Text Example

White with #800B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800B57; }

 p { color: rgb(128,11,87); }

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

background-color css

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

 a { background-color: rgb(128,11,87); }

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

border-color css

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

 span { border-color: rgb(128,11,87); }

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