#60154B

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

Shades of Pompadour #60154B

Tints of Pompadour #60154B

Color information

#60154B (or 0x60154B) is unknown color: approx Pompadour. HEX triplet: 60, 15 and 4B. RGB value is (96,21,75). Sum of RGB (Red+Green+Blue) = 96+21+75=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #60154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60154B is #9FEAB4. Grayscale: #313131. Windows color (decimal): -10480309 or 4920672. OLE color: 4920672.

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

Color convert

RGB962175-
CMYK00.780.220.62
HSL316.8º64.1%22.94%-
HSV(B)316.8º78.12%37.65%-
XYZ6.363.537-
YUV49.58142.35161.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=50%
G=10.94%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96217500.780.220.62316.864.122.94
Hex60154B04E163E13d4017
Octal140251130116267647510027
Binary11000001010110010110100111010110111110100111101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60154B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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