Html Css Color HEX #851059 Eggplant

📋 copy color: '#851059'

red 133 ◦ green 16 ◦ blue 89

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

Shades of Eggplant #851059

Tints of Eggplant #851059

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

 BLUE value IS 89 (35.16% from 255) = 37.39%

R = 55.88%
G = 6.72%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#851059 (or 0x851059) is known color: Eggplant. HEX triplet: 85, 10 and 59. RGB value is (133,16,89). Sum of RGB (Red+Green+Blue) = 133+16+89=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #851059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851059 is #7AEFA6. Grayscale: #3B3B3B. Windows color (decimal): -8056743 or 5836933. OLE color: 5836933.

HSL color Cylindrical-coordinate representation of color #851059: hue angle of 322.56º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851059 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 16 89 -
CMYK 0 0.88 0.33 0.48
HSL 322.56º 0.79% 0.29% -
HSV(B) 322.56º 0.88% 0.52% -
XYZ 11.66 6.08 10.01 -
YUV 59.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 133 16 89 0 0.88 0.33 0.48 322.56 0.79 0.29
Hex 85 10 59 0 58 21 30 143 4F 1D
Octal 205 20 131 0 130 41 60 503 117 35
Binary 10000101 10000 1011001 0 1011000 100001 110000 101000011 1001111 11101

Color Harmonies of #851059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851059

Black with #851059

Text Example


Text Example

White with #851059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851059; }

 p { color: rgb(133,16,89); }

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

background-color css

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

 a { background-color: rgb(133,16,89); }

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

border-color css

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

 span { border-color: rgb(133,16,89); }

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