Html Css Color HEX #850B55 Eggplant

📋 copy color: '#850B55'

red 133 ◦ green 11 ◦ blue 85

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

Shades of Eggplant #850B55

Tints of Eggplant #850B55

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.8%

 BLUE value IS 85 (33.59% from 255) = 37.12%

R = 58.08%
G = 4.8%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#850B55 (or 0x850B55) is known color: Eggplant. HEX triplet: 85, 0B and 55. RGB value is (133,11,85). Sum of RGB (Red+Green+Blue) = 133+11+85=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 85 (33.59% from 255 or 37.12% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #850B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B55 is #7AF4AA. Grayscale: #373737. Windows color (decimal): -8058027 or 5573509. OLE color: 5573509.

HSL color Cylindrical-coordinate representation of color #850B55: hue angle of 323.61º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850B55 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 11 85 -
CMYK 0 0.92 0.36 0.48
HSL 323.61º 0.85% 0.28% -
HSV(B) 323.61º 0.92% 0.52% -
XYZ 11.43 5.88 9.13 -
YUV 55.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 133 11 85 0 0.92 0.36 0.48 323.61 0.85 0.28
Hex 85 B 55 0 5C 24 30 144 55 1C
Octal 205 13 125 0 134 44 60 504 125 34
Binary 10000101 1011 1010101 0 1011100 100100 110000 101000100 1010101 11100

Color Harmonies of #850B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #850B55

Black with #850B55

Text Example


Text Example

White with #850B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #850B55; }

 p { color: rgb(133,11,85); }

 H1.HeaderClassName
 {
   color: #850B55;
 }
 .AnyTagClassName
 {
   color: #850B55;
 }
</style>

background-color css

<style>
 a { background-color: #850B55; }

 a { background-color: rgb(133,11,85); }

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

border-color css

<style>
 span { border-color: #850B55; }

 span { border-color: rgb(133,11,85); }

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