Html Css Color HEX #851257 Eggplant

📋 copy color: '#851257'

red 133 ◦ green 18 ◦ blue 87

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

Shades of Eggplant #851257

Tints of Eggplant #851257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 55.88%
G = 7.56%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#851257 (or 0x851257) is known color: Eggplant. HEX triplet: 85, 12 and 57. RGB value is (133,18,87). Sum of RGB (Red+Green+Blue) = 133+18+87=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #851257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851257 is #7AEDA8. Grayscale: #3C3C3C. Windows color (decimal): -8056233 or 5706373. OLE color: 5706373.

HSL color Cylindrical-coordinate representation of color #851257: hue angle of 324º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851257 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 87 -
CMYK 0 0.86 0.35 0.48
HSL 324º 0.76% 0.3% -
HSV(B) 324º 0.86% 0.52% -
XYZ 11.61 6.11 9.58 -
YUV 60.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 133 18 87 0 0.86 0.35 0.48 324 0.76 0.3
Hex 85 12 57 0 56 23 30 144 4C 1E
Octal 205 22 127 0 126 43 60 504 114 36
Binary 10000101 10010 1010111 0 1010110 100011 110000 101000100 1001100 11110

Color Harmonies of #851257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851257

Black with #851257

Text Example


Text Example

White with #851257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851257; }

 p { color: rgb(133,18,87); }

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

background-color css

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

 a { background-color: rgb(133,18,87); }

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

border-color css

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

 span { border-color: rgb(133,18,87); }

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