#60133C

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

Shades of Pompadour #60133C

Tints of Pompadour #60133C

Color information

#60133C (or 0x60133C) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 3C. RGB value is (96,19,60). Sum of RGB (Red+Green+Blue) = 96+19+60=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 19 (7.81% from 255 or 10.86% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60133C is #9FECC3. Grayscale: #2E2E2E. Windows color (decimal): -10480836 or 3937120. OLE color: 3937120.

HSL color Cylindrical-coordinate representation of color #60133C: hue angle of 328.05º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60133C is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB961960-
CMYK00.800.380.62
HSL328.05º66.96%22.55%-
HSV(B)328.05º80.21%37.65%-
XYZ5.873.284.6-
YUV46.7135.51163.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 19 (7.81% from 255) = 10.86%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=54.86%
G=10.86%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96196000.800.380.62328.0566.9622.55
Hex60133C050263E1484317
Octal14023740120467651010327
Binary11000001001111110001010000100110111110101001000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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