Shades of Pompadour #6B1C3E
Tints of Pompadour #6B1C3E
RGB
CMYK
RGB Variations
Color information
#6B1C3E (or 0x6B1C3E) is known color: Pompadour. HEX triplet: 6B, 1C and 3E. RGB value is (107,28,62). Sum of RGB (Red+Green+Blue) = 107+28+62=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B1C3E is #94E3C1. Grayscale: #373737. Windows color (decimal): -9757634 or 4070507. OLE color: 4070507.
HSL color Cylindrical-coordinate representation of color #6B1C3E: hue angle of 334.18º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1C3E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 28 | 62 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.58 |
| HSL | 334.18º | 0.59% | 0.26% | - |
| HSV(B) | 334.18º | 0.74% | 0.42% | - |
| XYZ | 7.35 | 4.3 | 5 | - |
| YUV | 55.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 62 | 0 | 0.74 | 0.42 | 0.58 | 334.18 | 0.59 | 0.26 |
| Hex | 6B | 1C | 3E | 0 | 4A | 2A | 3A | 14E | 3B | 1A |
| Octal | 153 | 34 | 76 | 0 | 112 | 52 | 72 | 516 | 73 | 32 |
| Binary | 1101011 | 11100 | 111110 | 0 | 1001010 | 101010 | 111010 | 101001110 | 111011 | 11010 |
Color Harmonies of #6B1C3E
Complementary color
Monochromatic Colors of #6B1C3E
Black with #6B1C3E
Text Example
Text Example
White with #6B1C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C3E; }
p { color: rgb(107,28,62); }
H1.HeaderClassName
{
color: #6B1C3E;
}
.AnyTagClassName
{
color: #6B1C3E;
}
</style>
background-color css
<style>
a { background-color: #6B1C3E; }
a { background-color: rgb(107,28,62); }
div.DivClassName
{
background-color: #6B1C3E;
}
.BgClassName
{
background-color: #6B1C3E;
}
</style>
border-color css
<style>
span { border-color: #6B1C3E; }
span { border-color: rgb(107,28,62); }
td.TdClassName
{
border-color: #6B1C3E;
}
.TagClassName
{
border-color: #6B1C3E;
}
</style>