Shades of Claret #6F1F34
Tints of Claret #6F1F34
RGB
CMYK
RGB Variations
Color information
#6F1F34 (or 0x6F1F34) is known color: Claret. HEX triplet: 6F, 1F and 34. RGB value is (111,31,52). Sum of RGB (Red+Green+Blue) = 111+31+52=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F34 is #90E0CB. Grayscale: #393939. Windows color (decimal): -9494732 or 3415919. OLE color: 3415919.
HSL color Cylindrical-coordinate representation of color #6F1F34: hue angle of 344.25º 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 #6F1F34 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 52 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.56 |
| HSL | 344.25º | 0.56% | 0.28% | - |
| HSV(B) | 344.25º | 0.72% | 0.44% | - |
| XYZ | 7.67 | 4.61 | 3.73 | - |
| YUV | 57.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 52 | 0 | 0.72 | 0.53 | 0.56 | 344.25 | 0.56 | 0.28 |
| Hex | 6F | 1F | 34 | 0 | 48 | 35 | 38 | 158 | 38 | 1C |
| Octal | 157 | 37 | 64 | 0 | 110 | 65 | 70 | 530 | 70 | 34 |
| Binary | 1101111 | 11111 | 110100 | 0 | 1001000 | 110101 | 111000 | 101011000 | 111000 | 11100 |
Color Harmonies of #6F1F34
Complementary color
Monochromatic Colors of #6F1F34
Black with #6F1F34
Text Example
Text Example
White with #6F1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F34; }
p { color: rgb(111,31,52); }
H1.HeaderClassName
{
color: #6F1F34;
}
.AnyTagClassName
{
color: #6F1F34;
}
</style>
background-color css
<style>
a { background-color: #6F1F34; }
a { background-color: rgb(111,31,52); }
div.DivClassName
{
background-color: #6F1F34;
}
.BgClassName
{
background-color: #6F1F34;
}
</style>
border-color css
<style>
span { border-color: #6F1F34; }
span { border-color: rgb(111,31,52); }
td.TdClassName
{
border-color: #6F1F34;
}
.TagClassName
{
border-color: #6F1F34;
}
</style>