#601341

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

Shades of Pompadour #601341

Tints of Pompadour #601341

Color information

#601341 (or 0x601341) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 41. RGB value is (96,19,65). Sum of RGB (Red+Green+Blue) = 96+19+65=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #601341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601341 is #9FECBE. Grayscale: #2F2F2F. Windows color (decimal): -10480831 or 4264800. OLE color: 4264800.

HSL color Cylindrical-coordinate representation of color #601341: hue angle of 324.16º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601341 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB961965-
CMYK00.800.320.62
HSL324.16º66.96%22.55%-
HSV(B)324.16º80.21%37.65%-
XYZ6.013.335.33-
YUV47.27138.01162.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=53.33%
G=10.56%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96196500.800.320.62324.1666.9622.55
Hex601341050203E1444317
Octal140231010120407650410327
Binary110000010011100000101010000100000111110101000100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601341; }

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

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

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

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

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

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

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

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