#601641

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

Shades of Pompadour #601641

Tints of Pompadour #601641

Color information

#601641 (or 0x601641) is unknown color: approx Pompadour. HEX triplet: 60, 16 and 41. RGB value is (96,22,65). Sum of RGB (Red+Green+Blue) = 96+22+65=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #601641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601641 is #9FE9BE. Grayscale: #303030. Windows color (decimal): -10480063 or 4265568. OLE color: 4265568.

HSL color Cylindrical-coordinate representation of color #601641: hue angle of 325.14º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601641 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB962265-
CMYK00.770.320.62
HSL325.14º62.71%23.14%-
HSV(B)325.14º77.08%37.65%-
XYZ6.063.445.35-
YUV49.03137.02161.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 22 (8.98% from 255) = 12.02%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=52.46%
G=12.02%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96226500.770.320.62325.1462.7123.14
Hex60164104D203E1453f17
Octal14026101011540765057727
Binary11000001011010000010100110110000011111010100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601641; }

 p { color: rgb(96,22,65); }

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

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

 a { background-color: rgb(96,22,65); }

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

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

 span { border-color: rgb(96,22,65); }

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