#611849

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

Shades of Pompadour #611849

Tints of Pompadour #611849

Color information

#611849 (or 0x611849) is unknown color: approx Pompadour. HEX triplet: 61, 18 and 49. RGB value is (97,24,73). Sum of RGB (Red+Green+Blue) = 97+24+73=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #611849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611849 is #9EE7B6. Grayscale: #333333. Windows color (decimal): -10414007 or 4790369. OLE color: 4790369.

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

Color convert

RGB972473-
CMYK00.750.250.62
HSL319.73º60.33%23.73%-
HSV(B)319.73º75.26%38.04%-
XYZ6.463.686.67-
YUV51.41140.18160.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=50%
G=12.37%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97247300.750.250.62319.7360.3323.73
Hex61184904B193E1403c18
Octal14130111011331765007430
Binary1100001110001001001010010111100111111010100000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611849; }

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

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

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

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

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

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

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

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