#850E41

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

Shades of Pompadour #850E41

Tints of Pompadour #850E41

Color information

#850E41 (or 0x850E41) is unknown color: approx Pompadour. HEX triplet: 85, 0E and 41. RGB value is (133,14,65). Sum of RGB (Red+Green+Blue) = 133+14+65=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 14 (5.86% from 255 or 6.60% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #850E41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850E41 is #7AF1BE. Grayscale: #373737. Windows color (decimal): -8057279 or 4263557. OLE color: 4263557.

HSL color Cylindrical-coordinate representation of color #850E41: hue angle of 334.29º 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 #850E41 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1331465-
CMYK00.890.510.48
HSL334.29º80.95%28.82%-
HSV(B)334.29º89.47%52.16%-
XYZ10.785.685.53-
YUV55.4133.42183.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 14 (5.86% from 255) = 6.60%
BLUE value IS 65 (25.78% from 255) = 30.66%
R=62.74%
G=6.60%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133146500.890.510.48334.2980.9528.82
Hex85E41059333014e511d
Octal205161010131636051612135
Binary100001011110100000101011001110011110000101001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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