#850a45

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

Shades of Pompadour #850A45

Tints of Pompadour #850A45

Color information

#850A45 (or 0x850A45) is unknown color: approx Pompadour. HEX triplet: 85, 0A and 45. RGB value is (133,10,69). Sum of RGB (Red+Green+Blue) = 133+10+69=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #850A45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #850A45 is #7AF5BA. Grayscale: #353535. Windows color (decimal): -8058299 or 4524677. OLE color: 4524677.

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

Color convert

RGB1331069-
CMYK00.920.480.48
HSL331.22º86.01%28.04%-
HSV(B)331.22º92.48%52.16%-
XYZ10.865.636.15-
YUV53.5136.75184.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.74%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=62.74%
G=4.72%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133106900.920.480.48331.2286.0128.04
Hex85A4505C303014b561c
Octal205121050134606051312634
Binary100001011010100010101011100110000110000101001011101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850a45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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