#60193B

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

Shades of Pompadour #60193B

Tints of Pompadour #60193B

Color information

#60193B (or 0x60193B) is unknown color: approx Pompadour. HEX triplet: 60, 19 and 3B. RGB value is (96,25,59). Sum of RGB (Red+Green+Blue) = 96+25+59=180 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.33% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 96 - color contains mainly: red. Hex color #60193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60193B is #9FE6C4. Grayscale: #323232. Windows color (decimal): -10479301 or 3873120. OLE color: 3873120.

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

Color convert

RGB962559-
CMYK00.740.390.62
HSL331.27º58.68%23.73%-
HSV(B)331.27º73.96%37.65%-
XYZ5.963.54.5-
YUV50.1133.02160.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.33%
GREEN value IS 25 (10.16% from 255) = 13.89%
BLUE value IS 59 (23.44% from 255) = 32.78%
R=53.33%
G=13.89%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96255900.740.390.62331.2758.6823.73
Hex60193B04A273E14b3b18
Octal1403173011247765137330
Binary1100000110011110110100101010011111111010100101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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