#601F40

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

Shades of Pompadour #601F40

Tints of Pompadour #601F40

Color information

#601F40 (or 0x601F40) is unknown color: approx Pompadour. HEX triplet: 60, 1F and 40. RGB value is (96,31,64). Sum of RGB (Red+Green+Blue) = 96+31+64=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F40 is #9FE0BF. Grayscale: #363636. Windows color (decimal): -10477760 or 4202336. OLE color: 4202336.

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

Color convert

RGB963164-
CMYK00.680.330.62
HSL329.54º51.18%24.9%-
HSV(B)329.54º67.71%37.65%-
XYZ6.243.845.26-
YUV54.2133.53157.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=50.26%
G=16.23%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96316400.680.330.62329.5451.1824.9
Hex601F40044213E14a3319
Octal14037100010441765126331
Binary11000001111110000000100010010000111111010100101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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