#601846

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

Shades of Pompadour #601846

Tints of Pompadour #601846

Color information

#601846 (or 0x601846) is unknown color: approx Pompadour. HEX triplet: 60, 18 and 46. RGB value is (96,24,70). Sum of RGB (Red+Green+Blue) = 96+24+70=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #601846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601846 is #9FE7B9. Grayscale: #323232. Windows color (decimal): -10479546 or 4593760. OLE color: 4593760.

HSL color Cylindrical-coordinate representation of color #601846: hue angle of 321.67º 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 #601846 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB962470-
CMYK00.750.270.62
HSL321.67º60%23.53%-
HSV(B)321.67º75%37.65%-
XYZ6.263.586.16-
YUV50.77138.85160.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 50.53%
GREEN value IS 24 (9.77% from 255) = 12.63%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=50.53%
G=12.63%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96247000.750.270.62321.676023.53
Hex60184604B1B3E1423c18
Octal14030106011333765027430
Binary1100000110001000110010010111101111111010100001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601846; }

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

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

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

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

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

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

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

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