#60153B

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

Shades of Pompadour #60153B

Tints of Pompadour #60153B

Color information

#60153B (or 0x60153B) is unknown color: approx Pompadour. HEX triplet: 60, 15 and 3B. RGB value is (96,21,59). Sum of RGB (Red+Green+Blue) = 96+21+59=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60153B is #9FEAC4. Grayscale: #2F2F2F. Windows color (decimal): -10480325 or 3872096. OLE color: 3872096.

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

Color convert

RGB962159-
CMYK00.780.390.62
HSL329.6º64.1%22.94%-
HSV(B)329.6º78.12%37.65%-
XYZ5.883.344.47-
YUV47.76134.35162.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 59 (23.44% from 255) = 33.52%
R=54.55%
G=11.93%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96215900.780.390.62329.664.122.94
Hex60153B04E273E14a4017
Octal14025730116477651210027
Binary11000001010111101101001110100111111110101001010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60153B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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