Html Css Color HEX #85024D Eggplant

📋 copy color: '#85024D'

red 133 ◦ green 2 ◦ blue 77

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

Shades of Eggplant #85024D

Tints of Eggplant #85024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 62.74%
G = 0.94%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85024D (or 0x85024D) is known color: Eggplant. HEX triplet: 85, 02 and 4D. RGB value is (133,2,77). Sum of RGB (Red+Green+Blue) = 133+2+77=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85024D is #7AFDB2. Grayscale: #313131. Windows color (decimal): -8060339 or 5046917. OLE color: 5046917.

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

Color convert

RGB 133 2 77 -
CMYK 0 0.98 0.42 0.48
HSL 325.65º 0.97% 0.26% -
HSV(B) 325.65º 0.98% 0.52% -
XYZ 11.03 5.57 7.51 -
YUV 49.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 133 2 77 0 0.98 0.42 0.48 325.65 0.97 0.26
Hex 85 2 4D 0 62 2A 30 146 61 1A
Octal 205 2 115 0 142 52 60 506 141 32
Binary 10000101 10 1001101 0 1100010 101010 110000 101000110 1100001 11010

Color Harmonies of #85024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85024D

Black with #85024D

Text Example


Text Example

White with #85024D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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