Shades of Claret #6F1F3A
Tints of Claret #6F1F3A
RGB
CMYK
RGB Variations
Color information
#6F1F3A (or 0x6F1F3A) is known color: Claret. HEX triplet: 6F, 1F and 3A. RGB value is (111,31,58). Sum of RGB (Red+Green+Blue) = 111+31+58=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F3A is #90E0C5. Grayscale: #393939. Windows color (decimal): -9494726 or 3809135. OLE color: 3809135.
HSL color Cylindrical-coordinate representation of color #6F1F3A: hue angle of 339.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F1F3A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 58 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.56 |
| HSL | 339.75º | 0.56% | 0.28% | - |
| HSV(B) | 339.75º | 0.72% | 0.44% | - |
| XYZ | 7.81 | 4.66 | 4.49 | - |
| YUV | 58 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 58 | 0 | 0.72 | 0.48 | 0.56 | 339.75 | 0.56 | 0.28 |
| Hex | 6F | 1F | 3A | 0 | 48 | 30 | 38 | 154 | 38 | 1C |
| Octal | 157 | 37 | 72 | 0 | 110 | 60 | 70 | 524 | 70 | 34 |
| Binary | 1101111 | 11111 | 111010 | 0 | 1001000 | 110000 | 111000 | 101010100 | 111000 | 11100 |
Color Harmonies of #6F1F3A
Complementary color
Monochromatic Colors of #6F1F3A
Black with #6F1F3A
Text Example
Text Example
White with #6F1F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F3A; }
p { color: rgb(111,31,58); }
H1.HeaderClassName
{
color: #6F1F3A;
}
.AnyTagClassName
{
color: #6F1F3A;
}
</style>
background-color css
<style>
a { background-color: #6F1F3A; }
a { background-color: rgb(111,31,58); }
div.DivClassName
{
background-color: #6F1F3A;
}
.BgClassName
{
background-color: #6F1F3A;
}
</style>
border-color css
<style>
span { border-color: #6F1F3A; }
span { border-color: rgb(111,31,58); }
td.TdClassName
{
border-color: #6F1F3A;
}
.TagClassName
{
border-color: #6F1F3A;
}
</style>