#60143C

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

Shades of Pompadour #60143C

Tints of Pompadour #60143C

Color information

#60143C (or 0x60143C) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 3C. RGB value is (96,20,60). Sum of RGB (Red+Green+Blue) = 96+20+60=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60143C is #9FEBC3. Grayscale: #2F2F2F. Windows color (decimal): -10480580 or 3937376. OLE color: 3937376.

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

Color convert

RGB962060-
CMYK00.790.380.62
HSL328.42º65.52%22.75%-
HSV(B)328.42º79.17%37.65%-
XYZ5.893.314.6-
YUV47.28135.18162.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 11.36%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=54.55%
G=11.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96206000.790.380.62328.4265.5222.75
Hex60143C04F263E1484217
Octal14024740117467651010227
Binary11000001010011110001001111100110111110101001000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60143C; }

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

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

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

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

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

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

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

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