Html Css Color HEX #86004B Eggplant

📋 copy color: '#86004B'

red 134 ◦ green 0 ◦ blue 75

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

Shades of Eggplant #86004B

Tints of Eggplant #86004B

RGB

 RED value IS 134 (52.73% from 255) = 64.11%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 64.11%
G = 0%
B = 35.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#86004B (or 0x86004B) is known color: Eggplant. HEX triplet: 86, 00 and 4B. RGB value is (134,0,75). Sum of RGB (Red+Green+Blue) = 134+0+75=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #86004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86004B is #79FFB4. Grayscale: #303030. Windows color (decimal): -7995317 or 4915334. OLE color: 4915334.

HSL color Cylindrical-coordinate representation of color #86004B: hue angle of 326.42º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86004B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 0 75 -
CMYK 0 1 0.44 0.47
HSL 326.42º 1% 0.26% -
HSV(B) 326.42º 1% 0.53% -
XYZ 11.1 5.58 7.15 -
YUV 48.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 134 0 75 0 1 0.44 0.47 326.42 1 0.26
Hex 86 0 4B 0 64 2C 2F 146 64 1A
Octal 206 0 113 0 144 54 57 506 144 32
Binary 10000110 0 1001011 0 1100100 101100 101111 101000110 1100100 11010

Color Harmonies of #86004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86004B

Black with #86004B

Text Example


Text Example

White with #86004B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86004B; }

 p { color: rgb(134,0,75); }

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

background-color css

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

 a { background-color: rgb(134,0,75); }

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

border-color css

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

 span { border-color: rgb(134,0,75); }

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