#60224E

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

Shades of Pompadour #60224E

Tints of Pompadour #60224E

Color information

#60224E (or 0x60224E) is unknown color: approx Pompadour. HEX triplet: 60, 22 and 4E. RGB value is (96,34,78). Sum of RGB (Red+Green+Blue) = 96+34+78=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60224E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60224E is #9FDDB1. Grayscale: #393939. Windows color (decimal): -10476978 or 5120608. OLE color: 5120608.

HSL color Cylindrical-coordinate representation of color #60224E: hue angle of 317.42º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #60224E is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB963478-
CMYK00.650.190.62
HSL317.42º47.69%25.49%-
HSV(B)317.42º64.58%37.65%-
XYZ6.774.187.66-
YUV57.55139.54155.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.15%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=46.15%
G=16.35%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96347800.650.190.62317.4247.6925.49
Hex60224E041133E13d3019
Octal14042116010123764756031
Binary11000001000101001110010000011001111111010011110111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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