Html Css Color HEX #86135B Eggplant

📋 copy color: '#86135B'

red 134 ◦ green 19 ◦ blue 91

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

Shades of Eggplant #86135B

Tints of Eggplant #86135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.79%

 BLUE value IS 91 (35.94% from 255) = 37.3%

R = 54.92%
G = 7.79%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86135B (or 0x86135B) is known color: Eggplant. HEX triplet: 86, 13 and 5B. RGB value is (134,19,91). Sum of RGB (Red+Green+Blue) = 134+19+91=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #86135B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86135B is #79ECA4. Grayscale: #3D3D3D. Windows color (decimal): -7990437 or 5968774. OLE color: 5968774.

HSL color Cylindrical-coordinate representation of color #86135B: hue angle of 322.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86135B is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 91 -
CMYK 0 0.86 0.32 0.47
HSL 322.43º 0.75% 0.3% -
HSV(B) 322.43º 0.86% 0.53% -
XYZ 11.95 6.29 10.48 -
YUV 61.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 134 19 91 0 0.86 0.32 0.47 322.43 0.75 0.3
Hex 86 13 5B 0 56 20 2F 142 4B 1E
Octal 206 23 133 0 126 40 57 502 113 36
Binary 10000110 10011 1011011 0 1010110 100000 101111 101000010 1001011 11110

Color Harmonies of #86135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86135B

Black with #86135B

Text Example


Text Example

White with #86135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,19,91); }

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

background-color css

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

 a { background-color: rgb(134,19,91); }

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

border-color css

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

 span { border-color: rgb(134,19,91); }

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