#601A48

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

Shades of Pompadour #601A48

Tints of Pompadour #601A48

Color information

#601A48 (or 0x601A48) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 48. RGB value is (96,26,72). Sum of RGB (Red+Green+Blue) = 96+26+72=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #601A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A48 is #9FE5B7. Grayscale: #343434. Windows color (decimal): -10479032 or 4725344. OLE color: 4725344.

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

Color convert

RGB962672-
CMYK00.730.250.62
HSL320.57º57.38%23.92%-
HSV(B)320.57º72.92%37.65%-
XYZ6.363.696.51-
YUV52.17139.19159.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 26 (10.55% from 255) = 13.40%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=49.48%
G=13.40%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96267200.730.250.62320.5757.3823.92
Hex601A48049193E1413918
Octal14032110011131765017130
Binary1100000110101001000010010011100111111010100000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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