Shades of Claret #6F1F36
Tints of Claret #6F1F36
RGB
CMYK
RGB Variations
Color information
#6F1F36 (or 0x6F1F36) is known color: Claret. HEX triplet: 6F, 1F and 36. RGB value is (111,31,54). Sum of RGB (Red+Green+Blue) = 111+31+54=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 54 (21.48% from 255 or 27.55% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1F36 is #90E0C9. Grayscale: #393939. Windows color (decimal): -9494730 or 3546991. OLE color: 3546991.
HSL color Cylindrical-coordinate representation of color #6F1F36: hue angle of 342.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 #6F1F36 is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 31 | 54 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.56 |
| HSL | 342.75º | 0.56% | 0.28% | - |
| HSV(B) | 342.75º | 0.72% | 0.44% | - |
| XYZ | 7.71 | 4.63 | 3.98 | - |
| YUV | 57.54 | 126 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 54 | 0 | 0.72 | 0.51 | 0.56 | 342.75 | 0.56 | 0.28 |
| Hex | 6F | 1F | 36 | 0 | 48 | 33 | 38 | 157 | 38 | 1C |
| Octal | 157 | 37 | 66 | 0 | 110 | 63 | 70 | 527 | 70 | 34 |
| Binary | 1101111 | 11111 | 110110 | 0 | 1001000 | 110011 | 111000 | 101010111 | 111000 | 11100 |
Color Harmonies of #6F1F36
Complementary color
Monochromatic Colors of #6F1F36
Black with #6F1F36
Text Example
Text Example
White with #6F1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1F36; }
p { color: rgb(111,31,54); }
H1.HeaderClassName
{
color: #6F1F36;
}
.AnyTagClassName
{
color: #6F1F36;
}
</style>
background-color css
<style>
a { background-color: #6F1F36; }
a { background-color: rgb(111,31,54); }
div.DivClassName
{
background-color: #6F1F36;
}
.BgClassName
{
background-color: #6F1F36;
}
</style>
border-color css
<style>
span { border-color: #6F1F36; }
span { border-color: rgb(111,31,54); }
td.TdClassName
{
border-color: #6F1F36;
}
.TagClassName
{
border-color: #6F1F36;
}
</style>