#6D1D4D

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

Shades of Pompadour #6D1D4D

Tints of Pompadour #6D1D4D

Color information

#6D1D4D (or 0x6D1D4D) is unknown color: approx Pompadour. HEX triplet: 6D, 1D and 4D. RGB value is (109,29,77). Sum of RGB (Red+Green+Blue) = 109+29+77=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1D4D is #92E2B2. Grayscale: #3A3A3A. Windows color (decimal): -9626291 or 5053805. OLE color: 5053805.

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

Color convert

RGB1092977-
CMYK00.730.290.57
HSL324º57.97%27.06%-
HSV(B)324º73.39%42.75%-
XYZ8.094.677.5-
YUV58.39138.5164.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.70%
GREEN value IS 29 (11.72% from 255) = 13.49%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=50.70%
G=13.49%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109297700.730.290.5732457.9727.06
Hex6D1D4D0491D391443a1b
Octal15535115011135715047233
Binary1101101111011001101010010011110111100110100010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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