#601D48

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

Shades of Pompadour #601D48

Tints of Pompadour #601D48

Color information

#601D48 (or 0x601D48) is unknown color: approx Pompadour. HEX triplet: 60, 1D and 48. RGB value is (96,29,72). Sum of RGB (Red+Green+Blue) = 96+29+72=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 29 (11.72% from 255 or 14.72% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601D48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D48 is #9FE2B7. Grayscale: #353535. Windows color (decimal): -10478264 or 4726112. OLE color: 4726112.

HSL color Cylindrical-coordinate representation of color #601D48: hue angle of 321.49º 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 #601D48 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB962972-
CMYK00.700.250.62
HSL321.49º53.6%24.51%-
HSV(B)321.49º69.79%37.65%-
XYZ6.433.836.53-
YUV53.94138.2158-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 29 (11.72% from 255) = 14.72%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=48.73%
G=14.72%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96297200.700.250.62321.4953.624.51
Hex601D48046193E1413619
Octal14035110010631765016631
Binary1100000111011001000010001101100111111010100000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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