Shades of Pompadour #6D1F3D
Tints of Pompadour #6D1F3D
RGB
CMYK
RGB Variations
Color information
#6D1F3D (or 0x6D1F3D) is known color: Pompadour. HEX triplet: 6D, 1F and 3D. RGB value is (109,31,61). Sum of RGB (Red+Green+Blue) = 109+31+61=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F3D is #92E0C2. Grayscale: #393939. Windows color (decimal): -9625795 or 4005741. OLE color: 4005741.
HSL color Cylindrical-coordinate representation of color #6D1F3D: hue angle of 336.92º degrees, saturation: 0.56, 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 #6D1F3D is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 31 | 61 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.57 |
| HSL | 336.92º | 0.56% | 0.27% | - |
| HSV(B) | 336.92º | 0.72% | 0.43% | - |
| XYZ | 7.64 | 4.57 | 4.89 | - |
| YUV | 57.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 31 | 61 | 0 | 0.72 | 0.44 | 0.57 | 336.92 | 0.56 | 0.27 |
| Hex | 6D | 1F | 3D | 0 | 48 | 2C | 39 | 151 | 38 | 1B |
| Octal | 155 | 37 | 75 | 0 | 110 | 54 | 71 | 521 | 70 | 33 |
| Binary | 1101101 | 11111 | 111101 | 0 | 1001000 | 101100 | 111001 | 101010001 | 111000 | 11011 |
Color Harmonies of #6D1F3D
Complementary color
Monochromatic Colors of #6D1F3D
Black with #6D1F3D
Text Example
Text Example
White with #6D1F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1F3D; }
p { color: rgb(109,31,61); }
H1.HeaderClassName
{
color: #6D1F3D;
}
.AnyTagClassName
{
color: #6D1F3D;
}
</style>
background-color css
<style>
a { background-color: #6D1F3D; }
a { background-color: rgb(109,31,61); }
div.DivClassName
{
background-color: #6D1F3D;
}
.BgClassName
{
background-color: #6D1F3D;
}
</style>
border-color css
<style>
span { border-color: #6D1F3D; }
span { border-color: rgb(109,31,61); }
td.TdClassName
{
border-color: #6D1F3D;
}
.TagClassName
{
border-color: #6D1F3D;
}
</style>