#60143E

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

Shades of Pompadour #60143E

Tints of Pompadour #60143E

Color information

#60143E (or 0x60143E) is unknown color: approx Pompadour. HEX triplet: 60, 14 and 3E. RGB value is (96,20,62). Sum of RGB (Red+Green+Blue) = 96+20+62=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60143E is #9FEBC1. Grayscale: #2F2F2F. Windows color (decimal): -10480578 or 4068448. OLE color: 4068448.

HSL color Cylindrical-coordinate representation of color #60143E: hue angle of 326.84º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60143E is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB962062-
CMYK00.790.350.62
HSL326.84º65.52%22.75%-
HSV(B)326.84º79.17%37.65%-
XYZ5.943.334.89-
YUV47.51136.18162.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=53.93%
G=11.24%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96206200.790.350.62326.8465.5222.75
Hex60143E04F233E1474217
Octal14024760117437650710227
Binary11000001010011111001001111100011111110101000111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60143E; }

 p { color: rgb(96,20,62); }

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

<style>
 a { background-color: #60143E; }

 a { background-color: rgb(96,20,62); }

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

<style>
 span { border-color: #60143E; }

 span { border-color: rgb(96,20,62); }

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