#60133F

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

Shades of Pompadour #60133F

Tints of Pompadour #60133F

Color information

#60133F (or 0x60133F) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 3F. RGB value is (96,19,63). Sum of RGB (Red+Green+Blue) = 96+19+63=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60133F is #9FECC0. Grayscale: #2E2E2E. Windows color (decimal): -10480833 or 4133728. OLE color: 4133728.

HSL color Cylindrical-coordinate representation of color #60133F: hue angle of 325.71º 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 #60133F is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB961963-
CMYK00.800.340.62
HSL325.71º66.96%22.55%-
HSV(B)325.71º80.21%37.65%-
XYZ5.953.315.03-
YUV47.04137.01162.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 63 (25% from 255) = 35.39%
R=53.93%
G=10.67%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96196300.800.340.62325.7166.9622.55
Hex60133F050223E1464317
Octal14023770120427650610327
Binary11000001001111111101010000100010111110101000110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60133F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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