#601749

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

Shades of Pompadour #601749

Tints of Pompadour #601749

Color information

#601749 (or 0x601749) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 49. RGB value is (96,23,73). Sum of RGB (Red+Green+Blue) = 96+23+73=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #601749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601749 is #9FE8B6. Grayscale: #323232. Windows color (decimal): -10479799 or 4790112. OLE color: 4790112.

HSL color Cylindrical-coordinate representation of color #601749: hue angle of 318.9º 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 #601749 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB962373-
CMYK00.760.240.62
HSL318.9º61.34%23.33%-
HSV(B)318.9º76.04%37.65%-
XYZ6.333.586.66-
YUV50.53140.68160.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 73 (28.91% from 255) = 38.02%
R=50%
G=11.98%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96237300.760.240.62318.961.3423.33
Hex60174904C183E13f3d17
Octal14027111011430764777527
Binary1100000101111001001010011001100011111010011111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601749; }

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

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

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

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

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

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

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

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