#890A42

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

Shades of Pompadour #890A42

Tints of Pompadour #890A42

Color information

#890A42 (or 0x890A42) is unknown color: approx Pompadour. HEX triplet: 89, 0A and 42. RGB value is (137,10,66). Sum of RGB (Red+Green+Blue) = 137+10+66=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #890A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890A42 is #76F5BD. Grayscale: #363636. Windows color (decimal): -7796158 or 4328073. OLE color: 4328073.

HSL color Cylindrical-coordinate representation of color #890A42: hue angle of 333.54º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A42 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB1371066-
CMYK00.930.520.46
HSL333.54º86.39%28.82%-
HSV(B)333.54º92.7%53.73%-
XYZ11.415.935.7-
YUV54.36134.58186.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 64.32%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=64.32%
G=4.69%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137106600.930.520.46333.5486.3928.82
Hex89A4205D342E14e561d
Octal211121020135645651612635
Binary100010011010100001001011101110100101110101001110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #890A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #890A42; }

 p { color: rgb(137,10,66); }

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

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

 a { background-color: rgb(137,10,66); }

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

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

 span { border-color: rgb(137,10,66); }

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