#611949

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

Shades of Pompadour #611949

Tints of Pompadour #611949

Color information

#611949 (or 0x611949) is unknown color: approx Pompadour. HEX triplet: 61, 19 and 49. RGB value is (97,25,73). Sum of RGB (Red+Green+Blue) = 97+25+73=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #611949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611949 is #9EE6B6. Grayscale: #333333. Windows color (decimal): -10413751 or 4790625. OLE color: 4790625.

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

Color convert

RGB972573-
CMYK00.740.250.62
HSL320º59.02%23.92%-
HSV(B)320º74.23%38.04%-
XYZ6.483.726.68-
YUV52139.85160.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.74%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=49.74%
G=12.82%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97257300.740.250.6232059.0223.92
Hex61194904A193E1403b18
Octal14131111011231765007330
Binary1100001110011001001010010101100111111010100000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611949; }

 p { color: rgb(97,25,73); }

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

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

 a { background-color: rgb(97,25,73); }

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

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

 span { border-color: rgb(97,25,73); }

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