#601440

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

Shades of Pompadour #601440

Tints of Pompadour #601440

Color information

#601440 (or 0x601440) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 40. RGB value is (96,20,64). Sum of RGB (Red+Green+Blue) = 96+20+64=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601440 is #9FEBBF. Grayscale: #2F2F2F. Windows color (decimal): -10480576 or 4199520. OLE color: 4199520.

HSL color Cylindrical-coordinate representation of color #601440: hue angle of 325.26º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601440 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB962064-
CMYK00.790.330.62
HSL325.26º65.52%22.75%-
HSV(B)325.26º79.17%37.65%-
XYZ63.365.18-
YUV47.74137.18162.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 11.11%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=53.33%
G=11.11%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96206400.790.330.62325.2665.5222.75
Hex60144004F213E1454217
Octal140241000117417650510227
Binary110000010100100000001001111100001111110101000101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601440; }

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

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

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

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

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

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

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

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