Html Css Color HEX #851459 Eggplant

📋 copy color: '#851459'

red 133 ◦ green 20 ◦ blue 89

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

Shades of Eggplant #851459

Tints of Eggplant #851459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 54.96%
G = 8.26%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#851459 (or 0x851459) is known color: Eggplant. HEX triplet: 85, 14 and 59. RGB value is (133,20,89). Sum of RGB (Red+Green+Blue) = 133+20+89=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #851459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851459 is #7AEBA6. Grayscale: #3D3D3D. Windows color (decimal): -8055719 or 5837957. OLE color: 5837957.

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

Color convert

RGB 133 20 89 -
CMYK 0 0.85 0.33 0.48
HSL 323.36º 0.74% 0.3% -
HSV(B) 323.36º 0.85% 0.52% -
XYZ 11.73 6.21 10.03 -
YUV 61.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 133 20 89 0 0.85 0.33 0.48 323.36 0.74 0.3
Hex 85 14 59 0 55 21 30 143 4A 1E
Octal 205 24 131 0 125 41 60 503 112 36
Binary 10000101 10100 1011001 0 1010101 100001 110000 101000011 1001010 11110

Color Harmonies of #851459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851459

Black with #851459

Text Example


Text Example

White with #851459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851459; }

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

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

background-color css

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

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

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

border-color css

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

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

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