#601446

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

Shades of Pompadour #601446

Tints of Pompadour #601446

Color information

#601446 (or 0x601446) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 46. RGB value is (96,20,70). Sum of RGB (Red+Green+Blue) = 96+20+70=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #601446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601446 is #9FEBB9. Grayscale: #303030. Windows color (decimal): -10480570 or 4592736. OLE color: 4592736.

HSL color Cylindrical-coordinate representation of color #601446: hue angle of 320.53º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601446 is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB962070-
CMYK00.790.270.62
HSL320.53º65.52%22.75%-
HSV(B)320.53º79.17%37.65%-
XYZ6.183.436.13-
YUV48.42140.18161.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.61%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 70 (27.73% from 255) = 37.63%
R=51.61%
G=10.75%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96207000.790.270.62320.5365.5222.75
Hex60144604F1B3E1414217
Octal140241060117337650110227
Binary11000001010010001100100111111011111110101000001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601446; }

 p { color: rgb(96,20,70); }

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

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

 a { background-color: rgb(96,20,70); }

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

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

 span { border-color: rgb(96,20,70); }

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