#601A39

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

Shades of Pompadour #601A39

Tints of Pompadour #601A39

Color information

#601A39 (or 0x601A39) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 39. RGB value is (96,26,57). Sum of RGB (Red+Green+Blue) = 96+26+57=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #601A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A39 is #9FE5C6. Grayscale: #323232. Windows color (decimal): -10479047 or 3742304. OLE color: 3742304.

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

Color convert

RGB962657-
CMYK00.730.410.62
HSL333.43º57.38%23.92%-
HSV(B)333.43º72.92%37.65%-
XYZ5.933.524.24-
YUV50.46131.69160.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=53.63%
G=14.53%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96265700.730.410.62333.4357.3823.92
Hex601A39049293E14d3918
Octal1403271011151765157130
Binary1100000110101110010100100110100111111010100110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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