#601748

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

Shades of Pompadour #601748

Tints of Pompadour #601748

Color information

#601748 (or 0x601748) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 48. RGB value is (96,23,72). Sum of RGB (Red+Green+Blue) = 96+23+72=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601748 is #9FE8B7. Grayscale: #323232. Windows color (decimal): -10479800 or 4724576. OLE color: 4724576.

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

Color convert

RGB962372-
CMYK00.760.250.62
HSL319.73º61.34%23.33%-
HSV(B)319.73º76.04%37.65%-
XYZ6.33.576.49-
YUV50.41140.18160.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=50.26%
G=12.04%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96237200.760.250.62319.7361.3423.33
Hex60174804C193E1403d17
Octal14027110011431765007527
Binary1100000101111001000010011001100111111010100000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601748; }

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

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

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

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

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

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

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

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