#60224B

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

Shades of Pompadour #60224B

Tints of Pompadour #60224B

Color information

#60224B (or 0x60224B) is unknown color: approx Pompadour. HEX triplet: 60, 22 and 4B. RGB value is (96,34,75). Sum of RGB (Red+Green+Blue) = 96+34+75=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60224B is #9FDDB4. Grayscale: #393939. Windows color (decimal): -10476981 or 4924000. OLE color: 4924000.

HSL color Cylindrical-coordinate representation of color #60224B: hue angle of 320.32º 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 #60224B is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB963475-
CMYK00.650.220.62
HSL320.32º47.69%25.49%-
HSV(B)320.32º64.58%37.65%-
XYZ6.674.147.1-
YUV57.21138.04155.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 75 (29.69% from 255) = 36.59%
R=46.83%
G=16.59%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96347500.650.220.62320.3247.6925.49
Hex60224B041163E1403019
Octal14042113010126765006031
Binary11000001000101001011010000011011011111010100000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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