#850e45

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

Shades of Pompadour #850E45

Tints of Pompadour #850E45

Color information

#850E45 (or 0x850E45) is unknown color: approx Pompadour. HEX triplet: 85, 0E and 45. RGB value is (133,14,69). Sum of RGB (Red+Green+Blue) = 133+14+69=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #850E45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E45 is #7AF1BA. Grayscale: #373737. Windows color (decimal): -8057275 or 4525701. OLE color: 4525701.

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

Color convert

RGB1331469-
CMYK00.890.480.48
HSL332.27º80.95%28.82%-
HSV(B)332.27º89.47%52.16%-
XYZ10.95.736.16-
YUV55.85135.42183.03-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.57%
GREEN value IS 14 (5.86% from 255) = 6.48%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=61.57%
G=6.48%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133146900.890.480.48332.2780.9528.82
Hex85E45059303014c511d
Octal205161050131606051412135
Binary100001011110100010101011001110000110000101001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850e45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850e45; }

 p { color: rgb(133,14,69); }

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

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

 a { background-color: rgb(133,14,69); }

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

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

 span { border-color: rgb(133,14,69); }

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