Html Css Color HEX #86074C Eggplant

📋 copy color: '#86074C'

red 134 ◦ green 7 ◦ blue 76

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

Shades of Eggplant #86074C

Tints of Eggplant #86074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

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

R = 61.75%
G = 3.23%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86074C (or 0x86074C) is known color: Eggplant. HEX triplet: 86, 07 and 4C. RGB value is (134,7,76). Sum of RGB (Red+Green+Blue) = 134+7+76=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86074C is #79F8B3. Grayscale: #343434. Windows color (decimal): -7993524 or 4982662. OLE color: 4982662.

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

Color convert

RGB 134 7 76 -
CMYK 0 0.95 0.43 0.47
HSL 327.4º 0.9% 0.28% -
HSV(B) 327.4º 0.95% 0.53% -
XYZ 11.21 5.74 7.35 -
YUV 52.84 141.08 185.89 -
System Red Green Blue C M Y K H S L
Decimal 134 7 76 0 0.95 0.43 0.47 327.4 0.9 0.28
Hex 86 7 4C 0 5F 2B 2F 147 5A 1C
Octal 206 7 114 0 137 53 57 507 132 34
Binary 10000110 111 1001100 0 1011111 101011 101111 101000111 1011010 11100

Color Harmonies of #86074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86074C

Black with #86074C

Text Example


Text Example

White with #86074C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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