#601740

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

Shades of Pompadour #601740

Tints of Pompadour #601740

Color information

#601740 (or 0x601740) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 40. RGB value is (96,23,64). Sum of RGB (Red+Green+Blue) = 96+23+64=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601740 is #9FE8BF. Grayscale: #313131. Windows color (decimal): -10479808 or 4200288. OLE color: 4200288.

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

Color convert

RGB962364-
CMYK00.760.330.62
HSL326.3º61.34%23.33%-
HSV(B)326.3º76.04%37.65%-
XYZ6.063.475.2-
YUV49.5136.18161.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 23 (9.38% from 255) = 12.57%
BLUE value IS 64 (25.39% from 255) = 34.97%
R=52.46%
G=12.57%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96236400.760.330.62326.361.3423.33
Hex60174004C213E1463d17
Octal14027100011441765067527
Binary11000001011110000000100110010000111111010100011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601740; }

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

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

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

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

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

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

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

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