#6D1E4E

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

Shades of Pompadour #6D1E4E

Tints of Pompadour #6D1E4E

Color information

#6D1E4E (or 0x6D1E4E) is unknown color: approx Pompadour. HEX triplet: 6D, 1E and 4E. RGB value is (109,30,78). Sum of RGB (Red+Green+Blue) = 109+30+78=217 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.23% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E4E is #92E1B1. Grayscale: #3A3A3A. Windows color (decimal): -9626034 or 5119597. OLE color: 5119597.

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

Color convert

RGB1093078-
CMYK00.720.280.57
HSL323.54º56.83%27.25%-
HSV(B)323.54º72.48%42.75%-
XYZ8.154.737.69-
YUV59.09138.67163.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.23%
GREEN value IS 30 (12.11% from 255) = 13.82%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=50.23%
G=13.82%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109307800.720.280.57323.5456.8327.25
Hex6D1E4E0481C39144391b
Octal15536116011034715047133
Binary1101101111101001110010010001110011100110100010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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