#6D1851

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

Shades of Pompadour #6D1851

Tints of Pompadour #6D1851

Color information

#6D1851 (or 0x6D1851) is unknown color: approx Pompadour. HEX triplet: 6D, 18 and 51. RGB value is (109,24,81). Sum of RGB (Red+Green+Blue) = 109+24+81=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1851 is #92E7AE. Grayscale: #373737. Windows color (decimal): -9627567 or 5314669. OLE color: 5314669.

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

Color convert

RGB1092481-
CMYK00.780.260.57
HSL319.76º63.91%26.08%-
HSV(B)319.76º77.98%42.75%-
XYZ8.124.58.22-
YUV55.91142.16165.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=50.93%
G=11.21%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109248100.780.260.57319.7663.9126.08
Hex6D185104E1A39140401a
Octal155301210116327150010032
Binary11011011100010100010100111011010111001101000000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,24,81); }

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

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

 a { background-color: rgb(109,24,81); }

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

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

 span { border-color: rgb(109,24,81); }

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