Shades of Pompadour #6B123D
Tints of Pompadour #6B123D
RGB
CMYK
RGB Variations
Color information
#6B123D (or 0x6B123D) is known color: Pompadour. HEX triplet: 6B, 12 and 3D. RGB value is (107,18,61). Sum of RGB (Red+Green+Blue) = 107+18+61=186 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.53% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 107 - color contains mainly: red. Hex color #6B123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B123D is #94EDC2. Grayscale: #313131. Windows color (decimal): -9760195 or 4002411. OLE color: 4002411.
HSL color Cylindrical-coordinate representation of color #6B123D: hue angle of 331.01º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B123D is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 61 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.58 |
| HSL | 331.01º | 0.71% | 0.25% | - |
| HSV(B) | 331.01º | 0.83% | 0.42% | - |
| XYZ | 7.12 | 3.9 | 4.79 | - |
| YUV | 49.51 | 134.49 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 61 | 0 | 0.83 | 0.43 | 0.58 | 331.01 | 0.71 | 0.25 |
| Hex | 6B | 12 | 3D | 0 | 53 | 2B | 3A | 14B | 47 | 19 |
| Octal | 153 | 22 | 75 | 0 | 123 | 53 | 72 | 513 | 107 | 31 |
| Binary | 1101011 | 10010 | 111101 | 0 | 1010011 | 101011 | 111010 | 101001011 | 1000111 | 11001 |
Color Harmonies of #6B123D
Complementary color
Monochromatic Colors of #6B123D
Black with #6B123D
Text Example
Text Example
White with #6B123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B123D; }
p { color: rgb(107,18,61); }
H1.HeaderClassName
{
color: #6B123D;
}
.AnyTagClassName
{
color: #6B123D;
}
</style>
background-color css
<style>
a { background-color: #6B123D; }
a { background-color: rgb(107,18,61); }
div.DivClassName
{
background-color: #6B123D;
}
.BgClassName
{
background-color: #6B123D;
}
</style>
border-color css
<style>
span { border-color: #6B123D; }
span { border-color: rgb(107,18,61); }
td.TdClassName
{
border-color: #6B123D;
}
.TagClassName
{
border-color: #6B123D;
}
</style>