#60264D

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

Shades of Pompadour #60264D

Tints of Pompadour #60264D

Color information

#60264D (or 0x60264D) is unknown color: approx Pompadour. HEX triplet: 60, 26 and 4D. RGB value is (96,38,77). Sum of RGB (Red+Green+Blue) = 96+38+77=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #60264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60264D is #9FD9B2. Grayscale: #3B3B3B. Windows color (decimal): -10475955 or 5056096. OLE color: 5056096.

HSL color Cylindrical-coordinate representation of color #60264D: hue angle of 319.66º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60264D is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB963877-
CMYK00.600.200.62
HSL319.66º43.28%26.27%-
HSV(B)319.66º60.42%37.65%-
XYZ6.864.417.51-
YUV59.79137.72153.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 77 (30.47% from 255) = 36.49%
R=45.50%
G=18.01%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96387700.600.200.62319.6643.2826.27
Hex60264D03C143E1402b1a
Octal1404611507424765005332
Binary1100000100110100110101111001010011111010100000010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60264D; }

 p { color: rgb(96,38,77); }

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

<style>
 a { background-color: #60264D; }

 a { background-color: rgb(96,38,77); }

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

<style>
 span { border-color: #60264D; }

 span { border-color: rgb(96,38,77); }

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