Html Css Color HEX #85014D Eggplant

📋 copy color: '#85014D'

red 133 ◦ green 1 ◦ blue 77

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

Shades of Eggplant #85014D

Tints of Eggplant #85014D

RGB

 RED value IS 133 (52.34% from 255) = 63.03%

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 63.03%
G = 0.47%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85014D (or 0x85014D) is known color: Eggplant. HEX triplet: 85, 01 and 4D. RGB value is (133,1,77). Sum of RGB (Red+Green+Blue) = 133+1+77=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85014D is #7AFEB2. Grayscale: #303030. Windows color (decimal): -8060595 or 5046661. OLE color: 5046661.

HSL color Cylindrical-coordinate representation of color #85014D: hue angle of 325.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85014D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 1 77 -
CMYK 0 0.99 0.42 0.48
HSL 325.45º 0.99% 0.26% -
HSV(B) 325.45º 0.99% 0.52% -
XYZ 11.02 5.54 7.51 -
YUV 49.13 143.73 187.82 -
System Red Green Blue C M Y K H S L
Decimal 133 1 77 0 0.99 0.42 0.48 325.45 0.99 0.26
Hex 85 1 4D 0 63 2A 30 145 63 1A
Octal 205 1 115 0 143 52 60 505 143 32
Binary 10000101 1 1001101 0 1100011 101010 110000 101000101 1100011 11010

Color Harmonies of #85014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85014D

Black with #85014D

Text Example


Text Example

White with #85014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85014D; }

 p { color: rgb(133,1,77); }

 H1.HeaderClassName
 {
   color: #85014D;
 }
 .AnyTagClassName
 {
   color: #85014D;
 }
</style>

background-color css

<style>
 a { background-color: #85014D; }

 a { background-color: rgb(133,1,77); }

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

border-color css

<style>
 span { border-color: #85014D; }

 span { border-color: rgb(133,1,77); }

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