#60153E

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

Shades of Pompadour #60153E

Tints of Pompadour #60153E

Color information

#60153E (or 0x60153E) is unknown color: approx Pompadour. HEX triplet: 60, 15 and 3E. RGB value is (96,21,62). Sum of RGB (Red+Green+Blue) = 96+21+62=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60153E is #9FEAC1. Grayscale: #303030. Windows color (decimal): -10480322 or 4068704. OLE color: 4068704.

HSL color Cylindrical-coordinate representation of color #60153E: hue angle of 327.2º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60153E is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB962162-
CMYK00.780.350.62
HSL327.2º64.1%22.94%-
HSV(B)327.2º78.12%37.65%-
XYZ5.963.374.89-
YUV48.1135.85162.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 21 (8.59% from 255) = 11.73%
BLUE value IS 62 (24.61% from 255) = 34.64%
R=53.63%
G=11.73%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96216200.780.350.62327.264.122.94
Hex60153E04E233E1474017
Octal14025760116437650710027
Binary11000001010111111001001110100011111110101000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60153E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60153E; }

 p { color: rgb(96,21,62); }

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

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

 a { background-color: rgb(96,21,62); }

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

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

 span { border-color: rgb(96,21,62); }

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