#601943

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

Shades of Pompadour #601943

Tints of Pompadour #601943

Color information

#601943 (or 0x601943) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 43. RGB value is (96,25,67). Sum of RGB (Red+Green+Blue) = 96+25+67=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 67 (26.56% from 255 or 35.64% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #601943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601943 is #9FE6BC. Grayscale: #323232. Windows color (decimal): -10479293 or 4397408. OLE color: 4397408.

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

Color convert

RGB962567-
CMYK00.740.300.62
HSL324.51º58.68%23.73%-
HSV(B)324.51º73.96%37.65%-
XYZ6.183.595.68-
YUV51.02137.02160.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 51.06%
GREEN value IS 25 (10.16% from 255) = 13.30%
BLUE value IS 67 (26.56% from 255) = 35.64%
R=51.06%
G=13.30%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256700.740.300.62324.5158.6823.73
Hex60194304A1E3E1453b18
Octal14031103011236765057330
Binary1100000110011000011010010101111011111010100010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601943; }

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

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

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

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

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

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

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

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