#6D184E

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

Shades of Pompadour #6D184E

Tints of Pompadour #6D184E

Color information

#6D184E (or 0x6D184E) is unknown color: approx Pompadour. HEX triplet: 6D, 18 and 4E. RGB value is (109,24,78). Sum of RGB (Red+Green+Blue) = 109+24+78=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D184E is #92E7B1. Grayscale: #373737. Windows color (decimal): -9627570 or 5118061. OLE color: 5118061.

HSL color Cylindrical-coordinate representation of color #6D184E: hue angle of 321.88º 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 #6D184E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB1092478-
CMYK00.780.280.57
HSL321.88º63.91%26.08%-
HSV(B)321.88º77.98%42.75%-
XYZ8.014.457.65-
YUV55.57140.66166.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=51.66%
G=11.37%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109247800.780.280.57321.8863.9126.08
Hex6D184E04E1C39142401a
Octal155301160116347150210032
Binary11011011100010011100100111011100111001101000010100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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