#601742

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

Shades of Pompadour #601742

Tints of Pompadour #601742

Color information

#601742 (or 0x601742) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 42. RGB value is (96,23,66). Sum of RGB (Red+Green+Blue) = 96+23+66=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 23 (9.38% from 255 or 12.43% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #601742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601742 is #9FE8BD. Grayscale: #313131. Windows color (decimal): -10479806 or 4331360. OLE color: 4331360.

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

Color convert

RGB962366-
CMYK00.760.310.62
HSL324.66º61.34%23.33%-
HSV(B)324.66º76.04%37.65%-
XYZ6.113.495.51-
YUV49.73137.18161-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.89%
GREEN value IS 23 (9.38% from 255) = 12.43%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=51.89%
G=12.43%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96236600.760.310.62324.6661.3423.33
Hex60174204C1F3E1453d17
Octal14027102011437765057527
Binary1100000101111000010010011001111111111010100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601742; }

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

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

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

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

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

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

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

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