#601F49

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

Shades of Pompadour #601F49

Tints of Pompadour #601F49

Color information

#601F49 (or 0x601F49) is unknown color: approx Pompadour. HEX triplet: 60, 1F and 49. RGB value is (96,31,73). Sum of RGB (Red+Green+Blue) = 96+31+73=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #601F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F49 is #9FE0B6. Grayscale: #373737. Windows color (decimal): -10477751 or 4792160. OLE color: 4792160.

HSL color Cylindrical-coordinate representation of color #601F49: hue angle of 321.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F49 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB963173-
CMYK00.680.240.62
HSL321.23º51.18%24.9%-
HSV(B)321.23º67.71%37.65%-
XYZ6.523.956.72-
YUV55.22138.03157.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 31 (12.5% from 255) = 15.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=48%
G=15.5%
B=36.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96317300.680.240.62321.2351.1824.9
Hex601F49044183E1413319
Octal14037111010430765016331
Binary1100000111111001001010001001100011111010100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,31,73); }

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

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

 a { background-color: rgb(96,31,73); }

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

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

 span { border-color: rgb(96,31,73); }

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