Html Css Color HEX #85004D Eggplant

📋 copy color: '#85004D'

red 133 ◦ green 0 ◦ blue 77

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

Shades of Eggplant #85004D

Tints of Eggplant #85004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.33%
G = 0%
B = 36.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85004D (or 0x85004D) is known color: Eggplant. HEX triplet: 85, 00 and 4D. RGB value is (133,0,77). Sum of RGB (Red+Green+Blue) = 133+0+77=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85004D is #7AFFB2. Grayscale: #303030. Windows color (decimal): -8060851 or 5046405. OLE color: 5046405.

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

Color convert

RGB 133 0 77 -
CMYK 0 1 0.42 0.48
HSL 325.26º 1% 0.26% -
HSV(B) 325.26º 1% 0.52% -
XYZ 11.01 5.52 7.51 -
YUV 48.55 144.06 188.24 -
System Red Green Blue C M Y K H S L
Decimal 133 0 77 0 1 0.42 0.48 325.26 1 0.26
Hex 85 0 4D 0 64 2A 30 145 64 1A
Octal 205 0 115 0 144 52 60 505 144 32
Binary 10000101 0 1001101 0 1100100 101010 110000 101000101 1100100 11010

Color Harmonies of #85004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85004D

Black with #85004D

Text Example


Text Example

White with #85004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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