#611548

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

Shades of Pompadour #611548

Tints of Pompadour #611548

Color information

#611548 (or 0x611548) is unknown color: approx Pompadour. HEX triplet: 61, 15 and 48. RGB value is (97,21,72). Sum of RGB (Red+Green+Blue) = 97+21+72=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 72 (28.52% from 255 or 37.89% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #611548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611548 is #9EEAB7. Grayscale: #313131. Windows color (decimal): -10414776 or 4724065. OLE color: 4724065.

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

Color convert

RGB972172-
CMYK00.780.260.62
HSL319.74º64.41%23.14%-
HSV(B)319.74º78.35%38.04%-
XYZ6.373.556.48-
YUV49.54140.68161.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.05%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 72 (28.52% from 255) = 37.89%
R=51.05%
G=11.05%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97217200.780.260.62319.7464.4123.14
Hex61154804E1A3E1404017
Octal141251100116327650010027
Binary11000011010110010000100111011010111110101000000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611548; }

 p { color: rgb(97,21,72); }

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

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

 a { background-color: rgb(97,21,72); }

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

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

 span { border-color: rgb(97,21,72); }

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