Shades of Pompadour #6F183D
Tints of Pompadour #6F183D
RGB
CMYK
RGB Variations
Color information
#6F183D (or 0x6F183D) is known color: Pompadour. HEX triplet: 6F, 18 and 3D. RGB value is (111,24,61). Sum of RGB (Red+Green+Blue) = 111+24+61=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F183D is #90E7C2. Grayscale: #363636. Windows color (decimal): -9496515 or 4003951. OLE color: 4003951.
HSL color Cylindrical-coordinate representation of color #6F183D: hue angle of 334.48º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F183D is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 61 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.56 |
| HSL | 334.48º | 0.64% | 0.26% | - |
| HSV(B) | 334.48º | 0.78% | 0.44% | - |
| XYZ | 7.72 | 4.37 | 4.85 | - |
| YUV | 54.23 | 131.82 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 61 | 0 | 0.78 | 0.45 | 0.56 | 334.48 | 0.64 | 0.26 |
| Hex | 6F | 18 | 3D | 0 | 4E | 2D | 38 | 14E | 40 | 1A |
| Octal | 157 | 30 | 75 | 0 | 116 | 55 | 70 | 516 | 100 | 32 |
| Binary | 1101111 | 11000 | 111101 | 0 | 1001110 | 101101 | 111000 | 101001110 | 1000000 | 11010 |
Color Harmonies of #6F183D
Complementary color
Monochromatic Colors of #6F183D
Black with #6F183D
Text Example
Text Example
White with #6F183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F183D; }
p { color: rgb(111,24,61); }
H1.HeaderClassName
{
color: #6F183D;
}
.AnyTagClassName
{
color: #6F183D;
}
</style>
background-color css
<style>
a { background-color: #6F183D; }
a { background-color: rgb(111,24,61); }
div.DivClassName
{
background-color: #6F183D;
}
.BgClassName
{
background-color: #6F183D;
}
</style>
border-color css
<style>
span { border-color: #6F183D; }
span { border-color: rgb(111,24,61); }
td.TdClassName
{
border-color: #6F183D;
}
.TagClassName
{
border-color: #6F183D;
}
</style>