Html Css Color HEX #86014C Eggplant

📋 copy color: '#86014C'

red 134 ◦ green 1 ◦ blue 76

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

Shades of Eggplant #86014C

Tints of Eggplant #86014C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 63.51%
G = 0.47%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86014C (or 0x86014C) is known color: Eggplant. HEX triplet: 86, 01 and 4C. RGB value is (134,1,76). Sum of RGB (Red+Green+Blue) = 134+1+76=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86014C is #79FEB3. Grayscale: #313131. Windows color (decimal): -7995060 or 4981126. OLE color: 4981126.

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

Color convert

RGB 134 1 76 -
CMYK 0 0.99 0.43 0.47
HSL 326.17º 0.99% 0.26% -
HSV(B) 326.17º 0.99% 0.53% -
XYZ 11.15 5.61 7.33 -
YUV 49.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 134 1 76 0 0.99 0.43 0.47 326.17 0.99 0.26
Hex 86 1 4C 0 63 2B 2F 146 63 1A
Octal 206 1 114 0 143 53 57 506 143 32
Binary 10000110 1 1001100 0 1100011 101011 101111 101000110 1100011 11010

Color Harmonies of #86014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86014C

Black with #86014C

Text Example


Text Example

White with #86014C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86014C; }

 p { color: rgb(134,1,76); }

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

background-color css

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

 a { background-color: rgb(134,1,76); }

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

border-color css

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

 span { border-color: rgb(134,1,76); }

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