#6D1D44

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

Shades of Pompadour #6D1D44

Tints of Pompadour #6D1D44

Color information

#6D1D44 (or 0x6D1D44) is unknown color: approx Pompadour. HEX triplet: 6D, 1D and 44. RGB value is (109,29,68). Sum of RGB (Red+Green+Blue) = 109+29+68=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D44 is #92E2BB. Grayscale: #393939. Windows color (decimal): -9626300 or 4463981. OLE color: 4463981.

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

Color convert

RGB1092968-
CMYK00.730.380.57
HSL330.75º57.97%27.06%-
HSV(B)330.75º73.39%42.75%-
XYZ7.794.555.94-
YUV57.37134164.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 52.91%
GREEN value IS 29 (11.72% from 255) = 14.08%
BLUE value IS 68 (26.95% from 255) = 33.01%
R=52.91%
G=14.08%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109296800.730.380.57330.7557.9727.06
Hex6D1D44049263914b3a1b
Octal15535104011146715137233
Binary11011011110110001000100100110011011100110100101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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