#60254C

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

Shades of Pompadour #60254C

Tints of Pompadour #60254C

Color information

#60254C (or 0x60254C) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 4C. RGB value is (96,37,76). Sum of RGB (Red+Green+Blue) = 96+37+76=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60254C is #9FDAB3. Grayscale: #3A3A3A. Windows color (decimal): -10476212 or 4990304. OLE color: 4990304.

HSL color Cylindrical-coordinate representation of color #60254C: hue angle of 320.34º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60254C is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB963776-
CMYK00.610.210.62
HSL320.34º44.36%26.08%-
HSV(B)320.34º61.46%37.65%-
XYZ6.794.337.32-
YUV59.09137.55154.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 76 (30.08% from 255) = 36.36%
R=45.93%
G=17.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96377600.610.210.62320.3444.3626.08
Hex60254C03D153E1402c1a
Octal1404511407525765005432
Binary1100000100101100110001111011010111111010100000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,37,76); }

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

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

 a { background-color: rgb(96,37,76); }

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

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

 span { border-color: rgb(96,37,76); }

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