#601A4B

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

Shades of Pompadour #601A4B

Tints of Pompadour #601A4B

Color information

#601A4B (or 0x601A4B) is unknown color: approx Pompadour. HEX triplet: 60, 1A and 4B. RGB value is (96,26,75). Sum of RGB (Red+Green+Blue) = 96+26+75=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #601A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A4B is #9FE5B4. Grayscale: #343434. Windows color (decimal): -10479029 or 4921952. OLE color: 4921952.

HSL color Cylindrical-coordinate representation of color #601A4B: hue angle of 318º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A4B is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB962675-
CMYK00.730.220.62
HSL318º57.38%23.92%-
HSV(B)318º72.92%37.65%-
XYZ6.463.737.04-
YUV52.52140.69159.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.73%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=48.73%
G=13.20%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96267500.730.220.6231857.3823.92
Hex601A4B049163E13e3918
Octal14032113011126764767130
Binary1100000110101001011010010011011011111010011111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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