#851262

Color #851262 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #851262

Tints of Eggplant #851262

Color information

#851262 (or 0x851262) is unknown color: approx Eggplant. HEX triplet: 85, 12 and 62. RGB value is (133,18,98). Sum of RGB (Red+Green+Blue) = 133+18+98=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #851262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851262 is #7AED9D. Grayscale: #3D3D3D. Windows color (decimal): -8056222 or 6427269. OLE color: 6427269.

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

Color convert

RGB1331898-
CMYK00.860.260.48
HSL318.26º76.16%29.61%-
HSV(B)318.26º86.47%52.16%-
XYZ12.096.312.13-
YUV61.5148.6179-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.41%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=53.41%
G=7.23%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133189800.860.260.48318.2676.1629.61
Hex8512620561A3013e4c1e
Octal205221420126326047611436
Binary100001011001011000100101011011010110000100111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851262; }

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

 H1.HeaderClassName
 {
   color: #851262;
 }
 .AnyTagClassName
 {
   color: #851262;
 }
</style>
background-color css

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

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

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

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

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

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