#6D1D49

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

Shades of Pompadour #6D1D49

Tints of Pompadour #6D1D49

Color information

#6D1D49 (or 0x6D1D49) is unknown color: approx Pompadour. HEX triplet: 6D, 1D and 49. RGB value is (109,29,73). Sum of RGB (Red+Green+Blue) = 109+29+73=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D49 is #92E2B6. Grayscale: #393939. Windows color (decimal): -9626295 or 4791661. OLE color: 4791661.

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

Color convert

RGB1092973-
CMYK00.730.330.57
HSL327º57.97%27.06%-
HSV(B)327º73.39%42.75%-
XYZ7.954.616.77-
YUV57.94136.5164.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.66%
GREEN value IS 29 (11.72% from 255) = 13.74%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=51.66%
G=13.74%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109297300.730.330.5732757.9727.06
Hex6D1D4904921391473a1b
Octal15535111011141715077233
Binary11011011110110010010100100110000111100110100011111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,29,73); }

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

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

 a { background-color: rgb(109,29,73); }

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

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

 span { border-color: rgb(109,29,73); }

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