#60144A

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

Shades of Pompadour #60144A

Tints of Pompadour #60144A

Color information

#60144A (or 0x60144A) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 4A. RGB value is (96,20,74). Sum of RGB (Red+Green+Blue) = 96+20+74=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60144A is #9FEBB5. Grayscale: #303030. Windows color (decimal): -10480566 or 4854880. OLE color: 4854880.

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

Color convert

RGB962074-
CMYK00.790.230.62
HSL317.37º65.52%22.75%-
HSV(B)317.37º79.17%37.65%-
XYZ6.313.486.82-
YUV48.88142.18161.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=50.53%
G=10.53%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96207400.790.230.62317.3765.5222.75
Hex60144A04F173E13d4217
Octal140241120117277647510227
Binary11000001010010010100100111110111111110100111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60144A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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