Html Css Color HEX #851256 Eggplant

📋 copy color: '#851256'

red 133 ◦ green 18 ◦ blue 86

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

Shades of Eggplant #851256

Tints of Eggplant #851256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 56.12%
G = 7.59%
B = 36.29%

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

#851256 (or 0x851256) is known color: Eggplant. HEX triplet: 85, 12 and 56. RGB value is (133,18,86). Sum of RGB (Red+Green+Blue) = 133+18+86=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #851256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851256 is #7AEDA9. Grayscale: #3B3B3B. Windows color (decimal): -8056234 or 5640837. OLE color: 5640837.

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

Color convert

RGB 133 18 86 -
CMYK 0 0.86 0.35 0.48
HSL 324.52º 0.76% 0.3% -
HSV(B) 324.52º 0.86% 0.52% -
XYZ 11.57 6.09 9.37 -
YUV 60.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 133 18 86 0 0.86 0.35 0.48 324.52 0.76 0.3
Hex 85 12 56 0 56 23 30 145 4C 1E
Octal 205 22 126 0 126 43 60 505 114 36
Binary 10000101 10010 1010110 0 1010110 100011 110000 101000101 1001100 11110

Color Harmonies of #851256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851256

Black with #851256

Text Example


Text Example

White with #851256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851256; }

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

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

background-color css

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

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

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

border-color css

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

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

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