#60134E

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

Shades of Pompadour #60134E

Tints of Pompadour #60134E

Color information

#60134E (or 0x60134E) is unknown color: approx Pompadour. HEX triplet: 60, 13 and 4E. RGB value is (96,19,78). Sum of RGB (Red+Green+Blue) = 96+19+78=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #60134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60134E is #9FECB1. Grayscale: #303030. Windows color (decimal): -10480818 or 5116768. OLE color: 5116768.

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

Color convert

RGB961978-
CMYK00.800.190.62
HSL314.03º66.96%22.55%-
HSV(B)314.03º80.21%37.65%-
XYZ6.433.57.54-
YUV48.75144.51161.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=49.74%
G=9.84%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96197800.800.190.62314.0366.9622.55
Hex60134E050133E13a4317
Octal140231160120237647210327
Binary11000001001110011100101000010011111110100111010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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