#601D4A

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

Shades of Pompadour #601D4A

Tints of Pompadour #601D4A

Color information

#601D4A (or 0x601D4A) is unknown color: approx Pompadour. HEX triplet: 60, 1D and 4A. RGB value is (96,29,74). Sum of RGB (Red+Green+Blue) = 96+29+74=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #601D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D4A is #9FE2B5. Grayscale: #363636. Windows color (decimal): -10478262 or 4857184. OLE color: 4857184.

HSL color Cylindrical-coordinate representation of color #601D4A: hue angle of 319.7º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D4A is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB962974-
CMYK00.700.230.62
HSL319.7º53.6%24.51%-
HSV(B)319.7º69.79%37.65%-
XYZ6.53.866.88-
YUV54.16139.2157.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=48.24%
G=14.57%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96297400.700.230.62319.753.624.51
Hex601D4A046173E1403619
Octal14035112010627765006631
Binary1100000111011001010010001101011111111010100000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D4A; }

 p { color: rgb(96,29,74); }

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

<style>
 a { background-color: #601D4A; }

 a { background-color: rgb(96,29,74); }

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

<style>
 span { border-color: #601D4A; }

 span { border-color: rgb(96,29,74); }

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