#6D1144

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

Shades of Pompadour #6D1144

Tints of Pompadour #6D1144

Color information

#6D1144 (or 0x6D1144) is unknown color: approx Pompadour. HEX triplet: 6D, 11 and 44. RGB value is (109,17,68). Sum of RGB (Red+Green+Blue) = 109+17+68=194 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.19% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1144 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1144 is #92EEBB. Grayscale: #323232. Windows color (decimal): -9629372 or 4460909. OLE color: 4460909.

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

Color convert

RGB1091768-
CMYK00.840.380.57
HSL326.74º73.02%24.71%-
HSV(B)326.74º84.4%42.75%-
XYZ7.554.075.86-
YUV50.32137.98169.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 56.19%
GREEN value IS 17 (7.03% from 255) = 8.76%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=56.19%
G=8.76%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109176800.840.380.57326.7473.0224.71
Hex6D114405426391474919
Octal155211040124467150711131
Binary110110110001100010001010100100110111001101000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,68); }

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

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

 a { background-color: rgb(109,17,68); }

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

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

 span { border-color: rgb(109,17,68); }

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