Shades of Pompadour #6B183D
Tints of Pompadour #6B183D
RGB
CMYK
RGB Variations
Color information
#6B183D (or 0x6B183D) is known color: Pompadour. HEX triplet: 6B, 18 and 3D. RGB value is (107,24,61). Sum of RGB (Red+Green+Blue) = 107+24+61=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B183D is #94E7C2. Grayscale: #343434. Windows color (decimal): -9758659 or 4003947. OLE color: 4003947.
HSL color Cylindrical-coordinate representation of color #6B183D: hue angle of 333.25º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B183D is Cyan = 0, Magento = 0.78, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 24 | 61 | - |
| CMYK | 0 | 0.78 | 0.43 | 0.58 |
| HSL | 333.25º | 0.63% | 0.26% | - |
| HSV(B) | 333.25º | 0.78% | 0.42% | - |
| XYZ | 7.23 | 4.12 | 4.83 | - |
| YUV | 53.04 | 132.5 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 61 | 0 | 0.78 | 0.43 | 0.58 | 333.25 | 0.63 | 0.26 |
| Hex | 6B | 18 | 3D | 0 | 4E | 2B | 3A | 14D | 3F | 1A |
| Octal | 153 | 30 | 75 | 0 | 116 | 53 | 72 | 515 | 77 | 32 |
| Binary | 1101011 | 11000 | 111101 | 0 | 1001110 | 101011 | 111010 | 101001101 | 111111 | 11010 |
Color Harmonies of #6B183D
Complementary color
Monochromatic Colors of #6B183D
Black with #6B183D
Text Example
Text Example
White with #6B183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B183D; }
p { color: rgb(107,24,61); }
H1.HeaderClassName
{
color: #6B183D;
}
.AnyTagClassName
{
color: #6B183D;
}
</style>
background-color css
<style>
a { background-color: #6B183D; }
a { background-color: rgb(107,24,61); }
div.DivClassName
{
background-color: #6B183D;
}
.BgClassName
{
background-color: #6B183D;
}
</style>
border-color css
<style>
span { border-color: #6B183D; }
span { border-color: rgb(107,24,61); }
td.TdClassName
{
border-color: #6B183D;
}
.TagClassName
{
border-color: #6B183D;
}
</style>