Shades of Claret #6F182C
Tints of Claret #6F182C
RGB
CMYK
RGB Variations
Color information
#6F182C (or 0x6F182C) is known color: Claret. HEX triplet: 6F, 18 and 2C. RGB value is (111,24,44). Sum of RGB (Red+Green+Blue) = 111+24+44=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F182C is #90E7D3. Grayscale: #343434. Windows color (decimal): -9496532 or 2889839. OLE color: 2889839.
HSL color Cylindrical-coordinate representation of color #6F182C: hue angle of 346.21º 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 #6F182C is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 24 | 44 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.56 |
| HSL | 346.21º | 0.64% | 0.26% | - |
| HSV(B) | 346.21º | 0.78% | 0.44% | - |
| XYZ | 7.34 | 4.21 | 2.81 | - |
| YUV | 52.29 | 123.32 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 44 | 0 | 0.78 | 0.60 | 0.56 | 346.21 | 0.64 | 0.26 |
| Hex | 6F | 18 | 2C | 0 | 4E | 3C | 38 | 15A | 40 | 1A |
| Octal | 157 | 30 | 54 | 0 | 116 | 74 | 70 | 532 | 100 | 32 |
| Binary | 1101111 | 11000 | 101100 | 0 | 1001110 | 111100 | 111000 | 101011010 | 1000000 | 11010 |
Color Harmonies of #6F182C
Complementary color
Monochromatic Colors of #6F182C
Black with #6F182C
Text Example
Text Example
White with #6F182C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F182C; }
p { color: rgb(111,24,44); }
H1.HeaderClassName
{
color: #6F182C;
}
.AnyTagClassName
{
color: #6F182C;
}
</style>
background-color css
<style>
a { background-color: #6F182C; }
a { background-color: rgb(111,24,44); }
div.DivClassName
{
background-color: #6F182C;
}
.BgClassName
{
background-color: #6F182C;
}
</style>
border-color css
<style>
span { border-color: #6F182C; }
span { border-color: rgb(111,24,44); }
td.TdClassName
{
border-color: #6F182C;
}
.TagClassName
{
border-color: #6F182C;
}
</style>