#601D46

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

Shades of Pompadour #601D46

Tints of Pompadour #601D46

Color information

#601D46 (or 0x601D46) is unknown color: approx Pompadour. HEX triplet: 60, 1D and 46. RGB value is (96,29,70). Sum of RGB (Red+Green+Blue) = 96+29+70=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 29 (11.72% from 255 or 14.87% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #601D46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D46 is #9FE2B9. Grayscale: #353535. Windows color (decimal): -10478266 or 4595040. OLE color: 4595040.

HSL color Cylindrical-coordinate representation of color #601D46: hue angle of 323.28º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D46 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB962970-
CMYK00.700.270.62
HSL323.28º53.6%24.51%-
HSV(B)323.28º69.79%37.65%-
XYZ6.373.816.19-
YUV53.71137.2158.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 29 (11.72% from 255) = 14.87%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=49.23%
G=14.87%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96297000.700.270.62323.2853.624.51
Hex601D460461B3E1433619
Octal14035106010633765036631
Binary1100000111011000110010001101101111111010100001111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D46; }

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

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

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

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

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

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

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

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