#601741

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

Shades of Pompadour #601741

Tints of Pompadour #601741

Color information

#601741 (or 0x601741) is unknown color: approx Pompadour. HEX triplet: 60, 17 and 41. RGB value is (96,23,65). Sum of RGB (Red+Green+Blue) = 96+23+65=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #601741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601741 is #9FE8BE. Grayscale: #313131. Windows color (decimal): -10479807 or 4265824. OLE color: 4265824.

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

Color convert

RGB962365-
CMYK00.760.320.62
HSL325.48º61.34%23.33%-
HSV(B)325.48º76.04%37.65%-
XYZ6.083.485.35-
YUV49.61136.68161.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=52.17%
G=12.5%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96236500.760.320.62325.4861.3423.33
Hex60174104C203E1453d17
Octal14027101011440765057527
Binary11000001011110000010100110010000011111010100010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601741; }

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

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

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

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

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

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

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

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