#601847

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

Shades of Pompadour #601847

Tints of Pompadour #601847

Color information

#601847 (or 0x601847) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 47. RGB value is (96,24,71). Sum of RGB (Red+Green+Blue) = 96+24+71=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #601847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601847 is #9FE7B8. Grayscale: #323232. Windows color (decimal): -10479545 or 4659296. OLE color: 4659296.

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

Color convert

RGB962471-
CMYK00.750.260.62
HSL320.83º60%23.53%-
HSV(B)320.83º75%37.65%-
XYZ6.293.596.32-
YUV50.89139.35160.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.26%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=50.26%
G=12.57%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96247100.750.260.62320.836023.53
Hex60184704B1A3E1413c18
Octal14030107011332765017430
Binary1100000110001000111010010111101011111010100000111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601847; }

 p { color: rgb(96,24,71); }

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

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

 a { background-color: rgb(96,24,71); }

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

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

 span { border-color: rgb(96,24,71); }

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