#60194A

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

Shades of Pompadour #60194A

Tints of Pompadour #60194A

Color information

#60194A (or 0x60194A) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 4A. RGB value is (96,25,74). Sum of RGB (Red+Green+Blue) = 96+25+74=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #60194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60194A is #9FE6B5. Grayscale: #333333. Windows color (decimal): -10479286 or 4856160. OLE color: 4856160.

HSL color Cylindrical-coordinate representation of color #60194A: hue angle of 318.59º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60194A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB962574-
CMYK00.740.230.62
HSL318.59º58.68%23.73%-
HSV(B)318.59º73.96%37.65%-
XYZ6.413.686.85-
YUV51.82140.52159.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.23%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 74 (29.30% from 255) = 37.95%
R=49.23%
G=12.82%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96257400.740.230.62318.5958.6823.73
Hex60194A04A173E13f3b18
Octal14031112011227764777330
Binary1100000110011001010010010101011111111010011111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60194A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60194A; }

 p { color: rgb(96,25,74); }

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

<style>
 a { background-color: #60194A; }

 a { background-color: rgb(96,25,74); }

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

<style>
 span { border-color: #60194A; }

 span { border-color: rgb(96,25,74); }

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