#601B46

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

Shades of Pompadour #601B46

Tints of Pompadour #601B46

Color information

#601B46 (or 0x601B46) is unknown color: approx Pompadour. HEX triplet: 60, 1B and 46. RGB value is (96,27,70). Sum of RGB (Red+Green+Blue) = 96+27+70=193 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.74% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 96 - color contains mainly: red. Hex color #601B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601B46 is #9FE4B9. Grayscale: #343434. Windows color (decimal): -10478778 or 4594528. OLE color: 4594528.

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

Color convert

RGB962770-
CMYK00.720.270.62
HSL322.61º56.1%24.12%-
HSV(B)322.61º71.88%37.65%-
XYZ6.323.716.18-
YUV52.53137.86159-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.74%
GREEN value IS 27 (10.94% from 255) = 13.99%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=49.74%
G=13.99%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96277000.720.270.62322.6156.124.12
Hex601B460481B3E1433818
Octal14033106011033765037030
Binary1100000110111000110010010001101111111010100001111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,27,70); }

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

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

 a { background-color: rgb(96,27,70); }

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

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

 span { border-color: rgb(96,27,70); }

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