Html Css Color HEX #85024C Eggplant

📋 copy color: '#85024C'

red 133 ◦ green 2 ◦ blue 76

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

Shades of Eggplant #85024C

Tints of Eggplant #85024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.02%

R = 63.03%
G = 0.95%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85024C (or 0x85024C) is known color: Eggplant. HEX triplet: 85, 02 and 4C. RGB value is (133,2,76). Sum of RGB (Red+Green+Blue) = 133+2+76=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85024C is #7AFDB3. Grayscale: #313131. Windows color (decimal): -8060340 or 4981381. OLE color: 4981381.

HSL color Cylindrical-coordinate representation of color #85024C: hue angle of 326.11º 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 #85024C is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 76 -
CMYK 0 0.98 0.43 0.48
HSL 326.11º 0.97% 0.26% -
HSV(B) 326.11º 0.98% 0.52% -
XYZ 11 5.55 7.33 -
YUV 49.61 142.9 187.48 -
System Red Green Blue C M Y K H S L
Decimal 133 2 76 0 0.98 0.43 0.48 326.11 0.97 0.26
Hex 85 2 4C 0 62 2B 30 146 61 1A
Octal 205 2 114 0 142 53 60 506 141 32
Binary 10000101 10 1001100 0 1100010 101011 110000 101000110 1100001 11010

Color Harmonies of #85024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85024C

Black with #85024C

Text Example


Text Example

White with #85024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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