Html Css Color HEX #86074F Eggplant

📋 copy color: '#86074F'

red 134 ◦ green 7 ◦ blue 79

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

Shades of Eggplant #86074F

Tints of Eggplant #86074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 60.91%
G = 3.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#86074F (or 0x86074F) is known color: Eggplant. HEX triplet: 86, 07 and 4F. RGB value is (134,7,79). Sum of RGB (Red+Green+Blue) = 134+7+79=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #86074F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86074F is #79F8B0. Grayscale: #353535. Windows color (decimal): -7993521 or 5179270. OLE color: 5179270.

HSL color Cylindrical-coordinate representation of color #86074F: hue angle of 325.98º 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 #86074F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 7 79 -
CMYK 0 0.95 0.41 0.47
HSL 325.98º 0.9% 0.28% -
HSV(B) 325.98º 0.95% 0.53% -
XYZ 11.32 5.78 7.92 -
YUV 53.18 142.58 185.65 -
System Red Green Blue C M Y K H S L
Decimal 134 7 79 0 0.95 0.41 0.47 325.98 0.9 0.28
Hex 86 7 4F 0 5F 29 2F 146 5A 1C
Octal 206 7 117 0 137 51 57 506 132 34
Binary 10000110 111 1001111 0 1011111 101001 101111 101000110 1011010 11100

Color Harmonies of #86074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86074F

Black with #86074F

Text Example


Text Example

White with #86074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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