#60144B

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

Shades of Pompadour #60144B

Tints of Pompadour #60144B

Color information

#60144B (or 0x60144B) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 4B. RGB value is (96,20,75). Sum of RGB (Red+Green+Blue) = 96+20+75=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #60144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60144B is #9FEBB4. Grayscale: #303030. Windows color (decimal): -10480565 or 4920416. OLE color: 4920416.

HSL color Cylindrical-coordinate representation of color #60144B: hue angle of 316.58º 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 #60144B is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB962075-
CMYK00.790.220.62
HSL316.58º65.52%22.75%-
HSV(B)316.58º79.17%37.65%-
XYZ6.343.57-
YUV48.99142.68161.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 20 (8.20% from 255) = 10.47%
BLUE value IS 75 (29.69% from 255) = 39.27%
R=50.26%
G=10.47%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96207500.790.220.62316.5865.5222.75
Hex60144B04F163E13d4217
Octal140241130117267647510227
Binary11000001010010010110100111110110111110100111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60144B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60144B; }

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

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

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

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

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

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

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

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