Html Css Color HEX #851359 Eggplant

📋 copy color: '#851359'

red 133 ◦ green 19 ◦ blue 89

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

Shades of Eggplant #851359

Tints of Eggplant #851359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 55.19%
G = 7.88%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#851359 (or 0x851359) is known color: Eggplant. HEX triplet: 85, 13 and 59. RGB value is (133,19,89). Sum of RGB (Red+Green+Blue) = 133+19+89=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 89 (35.16% from 255 or 36.93% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #851359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851359 is #7AECA6. Grayscale: #3C3C3C. Windows color (decimal): -8055975 or 5837701. OLE color: 5837701.

HSL color Cylindrical-coordinate representation of color #851359: hue angle of 323.16º degrees, saturation: 0.75, 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 #851359 is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 19 89 -
CMYK 0 0.86 0.33 0.48
HSL 323.16º 0.75% 0.3% -
HSV(B) 323.16º 0.86% 0.52% -
XYZ 11.71 6.17 10.03 -
YUV 61.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 133 19 89 0 0.86 0.33 0.48 323.16 0.75 0.3
Hex 85 13 59 0 56 21 30 143 4B 1E
Octal 205 23 131 0 126 41 60 503 113 36
Binary 10000101 10011 1011001 0 1010110 100001 110000 101000011 1001011 11110

Color Harmonies of #851359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851359

Black with #851359

Text Example


Text Example

White with #851359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851359; }

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

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

background-color css

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

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

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

border-color css

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

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

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