#601746

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

Shades of Pompadour #601746

Tints of Pompadour #601746

Color information

#601746 (or 0x601746) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 46. RGB value is (96,23,70). Sum of RGB (Red+Green+Blue) = 96+23+70=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #601746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601746 is #9FE8B9. Grayscale: #323232. Windows color (decimal): -10479802 or 4593504. OLE color: 4593504.

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

Color convert

RGB962370-
CMYK00.760.270.62
HSL321.37º61.34%23.33%-
HSV(B)321.37º76.04%37.65%-
XYZ6.243.546.15-
YUV50.18139.18160.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.79%
GREEN value IS 23 (9.38% from 255) = 12.17%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=50.79%
G=12.17%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96237000.760.270.62321.3761.3423.33
Hex60174604C1B3E1413d17
Octal14027106011433765017527
Binary1100000101111000110010011001101111111010100000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601746; }

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

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

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

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

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

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

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

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