#601443

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

Shades of Pompadour #601443

Tints of Pompadour #601443

Color information

#601443 (or 0x601443) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 43. RGB value is (96,20,67). Sum of RGB (Red+Green+Blue) = 96+20+67=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601443 is #9FEBBC. Grayscale: #2F2F2F. Windows color (decimal): -10480573 or 4396128. OLE color: 4396128.

HSL color Cylindrical-coordinate representation of color #601443: hue angle of 322.89º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601443 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB962067-
CMYK00.790.300.62
HSL322.89º65.52%22.75%-
HSV(B)322.89º79.17%37.65%-
XYZ6.093.395.64-
YUV48.08138.68162.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=52.46%
G=10.93%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96206700.790.300.62322.8965.5222.75
Hex60144304F1E3E1434217
Octal140241030117367650310227
Binary11000001010010000110100111111110111110101000011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601443; }

 p { color: rgb(96,20,67); }

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

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

 a { background-color: rgb(96,20,67); }

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

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

 span { border-color: rgb(96,20,67); }

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