Html Css Color HEX #86175F Eggplant

📋 copy color: '#86175F'

red 134 ◦ green 23 ◦ blue 95

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

Shades of Eggplant #86175F

Tints of Eggplant #86175F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 95 (37.5% from 255) = 37.7%

R = 53.17%
G = 9.13%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86175F (or 0x86175F) is known color: Eggplant. HEX triplet: 86, 17 and 5F. RGB value is (134,23,95). Sum of RGB (Red+Green+Blue) = 134+23+95=252 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.17% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 134 - color contains mainly: red. Hex color #86175F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86175F is #79E8A0. Grayscale: #404040. Windows color (decimal): -7989409 or 6231942. OLE color: 6231942.

HSL color Cylindrical-coordinate representation of color #86175F: hue angle of 321.08º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #86175F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 23 95 -
CMYK 0 0.83 0.29 0.47
HSL 321.08º 0.71% 0.31% -
HSV(B) 321.08º 0.83% 0.53% -
XYZ 12.2 6.51 11.44 -
YUV 64.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 134 23 95 0 0.83 0.29 0.47 321.08 0.71 0.31
Hex 86 17 5F 0 53 1D 2F 141 47 1F
Octal 206 27 137 0 123 35 57 501 107 37
Binary 10000110 10111 1011111 0 1010011 11101 101111 101000001 1000111 11111

Color Harmonies of #86175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86175F

Black with #86175F

Text Example


Text Example

White with #86175F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,23,95); }

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

background-color css

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

 a { background-color: rgb(134,23,95); }

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

border-color css

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

 span { border-color: rgb(134,23,95); }

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