#60193D

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

Shades of Pompadour #60193D

Tints of Pompadour #60193D

Color information

#60193D (or 0x60193D) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 3D. RGB value is (96,25,61). Sum of RGB (Red+Green+Blue) = 96+25+61=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #60193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60193D is #9FE6C2. Grayscale: #323232. Windows color (decimal): -10479299 or 4004192. OLE color: 4004192.

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

Color convert

RGB962561-
CMYK00.740.360.62
HSL329.58º58.68%23.73%-
HSV(B)329.58º73.96%37.65%-
XYZ6.013.524.78-
YUV50.33134.02160.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.75%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=52.75%
G=13.74%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96256100.740.360.62329.5858.6823.73
Hex60193D04A243E14a3b18
Octal1403175011244765127330
Binary1100000110011111010100101010010011111010100101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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