#601A44

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

Shades of Pompadour #601A44

Tints of Pompadour #601A44

Color information

#601A44 (or 0x601A44) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 44. RGB value is (96,26,68). Sum of RGB (Red+Green+Blue) = 96+26+68=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A44 is #9FE5BB. Grayscale: #333333. Windows color (decimal): -10479036 or 4463200. OLE color: 4463200.

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

Color convert

RGB962668-
CMYK00.730.290.62
HSL324º57.38%23.92%-
HSV(B)324º72.92%37.65%-
XYZ6.243.645.84-
YUV51.72137.19159.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 68 (26.95% from 255) = 35.79%
R=50.53%
G=13.68%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96266800.730.290.6232457.3823.92
Hex601A440491D3E1443918
Octal14032104011135765047130
Binary1100000110101000100010010011110111111010100010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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