#6D1547

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

Shades of Pompadour #6D1547

Tints of Pompadour #6D1547

Color information

#6D1547 (or 0x6D1547) is unknown color: approx Pompadour. HEX triplet: 6D, 15 and 47. RGB value is (109,21,71). Sum of RGB (Red+Green+Blue) = 109+21+71=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1547 is #92EAB8. Grayscale: #343434. Windows color (decimal): -9628345 or 4658541. OLE color: 4658541.

HSL color Cylindrical-coordinate representation of color #6D1547: hue angle of 325.91º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1547 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB1092171-
CMYK00.810.350.57
HSL325.91º67.69%25.49%-
HSV(B)325.91º80.73%42.75%-
XYZ7.714.246.37-
YUV53.01138.15167.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 54.23%
GREEN value IS 21 (8.59% from 255) = 10.45%
BLUE value IS 71 (28.12% from 255) = 35.32%
R=54.23%
G=10.45%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109217100.810.350.57325.9167.6925.49
Hex6D154705123391464419
Octal155251070121437150610431
Binary110110110101100011101010001100011111001101000110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D1547; }

 p { color: rgb(109,21,71); }

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

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

 a { background-color: rgb(109,21,71); }

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

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

 span { border-color: rgb(109,21,71); }

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