#601745

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

Shades of Pompadour #601745

Tints of Pompadour #601745

Color information

#601745 (or 0x601745) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 45. RGB value is (96,23,69). Sum of RGB (Red+Green+Blue) = 96+23+69=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 23 (9.38% from 255 or 12.23% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601745 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601745 is #9FE8BA. Grayscale: #313131. Windows color (decimal): -10479803 or 4527968. OLE color: 4527968.

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

Color convert

RGB962369-
CMYK00.760.280.62
HSL322.19º61.34%23.33%-
HSV(B)322.19º76.04%37.65%-
XYZ6.23.535.98-
YUV50.07138.68160.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 23 (9.38% from 255) = 12.23%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=51.06%
G=12.23%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96236900.760.280.62322.1961.3423.33
Hex60174504C1C3E1423d17
Octal14027105011434765027527
Binary1100000101111000101010011001110011111010100001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601745; }

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

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

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

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

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

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

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

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