#60193C

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

Shades of Pompadour #60193C

Tints of Pompadour #60193C

Color information

#60193C (or 0x60193C) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 3C. RGB value is (96,25,60). Sum of RGB (Red+Green+Blue) = 96+25+60=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60193C is #9FE6C3. Grayscale: #323232. Windows color (decimal): -10479300 or 3938656. OLE color: 3938656.

HSL color Cylindrical-coordinate representation of color #60193C: hue angle of 330.42º 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 #60193C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB962560-
CMYK00.740.380.62
HSL330.42º58.68%23.73%-
HSV(B)330.42º73.96%37.65%-
XYZ5.993.514.64-
YUV50.22133.52160.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=53.04%
G=13.81%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256000.740.380.62330.4258.6823.73
Hex60193C04A263E14a3b18
Octal1403174011246765127330
Binary1100000110011111000100101010011011111010100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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