Html Css Color HEX #870D52 Eggplant

📋 copy color: '#870D52'

red 135 ◦ green 13 ◦ blue 82

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

Shades of Eggplant #870D52

Tints of Eggplant #870D52

RGB

 RED value IS 135 (53.13% from 255) = 58.7%

 GREEN value IS 13 (5.47% from 255) = 5.65%

 BLUE value IS 82 (32.42% from 255) = 35.65%

R = 58.7%
G = 5.65%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#870D52 (or 0x870D52) is known color: Eggplant. HEX triplet: 87, 0D and 52. RGB value is (135,13,82). Sum of RGB (Red+Green+Blue) = 135+13+82=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 82 (32.42% from 255 or 35.65% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #870D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D52 is #78F2AD. Grayscale: #393939. Windows color (decimal): -7926446 or 5377415. OLE color: 5377415.

HSL color Cylindrical-coordinate representation of color #870D52: hue angle of 326.07º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D52 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 13 82 -
CMYK 0 0.90 0.39 0.47
HSL 326.07º 0.82% 0.29% -
HSV(B) 326.07º 0.9% 0.53% -
XYZ 11.66 6.05 8.54 -
YUV 57.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 135 13 82 0 0.90 0.39 0.47 326.07 0.82 0.29
Hex 87 D 52 0 5A 27 2F 146 52 1D
Octal 207 15 122 0 132 47 57 506 122 35
Binary 10000111 1101 1010010 0 1011010 100111 101111 101000110 1010010 11101

Color Harmonies of #870D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870D52

Black with #870D52

Text Example


Text Example

White with #870D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870D52; }

 p { color: rgb(135,13,82); }

 H1.HeaderClassName
 {
   color: #870D52;
 }
 .AnyTagClassName
 {
   color: #870D52;
 }
</style>

background-color css

<style>
 a { background-color: #870D52; }

 a { background-color: rgb(135,13,82); }

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

border-color css

<style>
 span { border-color: #870D52; }

 span { border-color: rgb(135,13,82); }

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