Shades of Claret #6F1B31
Tints of Claret #6F1B31
RGB
CMYK
RGB Variations
Color information
#6F1B31 (or 0x6F1B31) is known color: Claret. HEX triplet: 6F, 1B and 31. RGB value is (111,27,49). Sum of RGB (Red+Green+Blue) = 111+27+49=187 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.36% from 187); Green value is 27 (10.94% from 255 or 14.44% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B31 is #90E4CE. Grayscale: #363636. Windows color (decimal): -9495759 or 3218287. OLE color: 3218287.
HSL color Cylindrical-coordinate representation of color #6F1B31: hue angle of 344.29º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B31 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 49 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.56 |
| HSL | 344.29º | 0.61% | 0.27% | - |
| HSV(B) | 344.29º | 0.76% | 0.44% | - |
| XYZ | 7.5 | 4.39 | 3.36 | - |
| YUV | 54.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 49 | 0 | 0.76 | 0.56 | 0.56 | 344.29 | 0.61 | 0.27 |
| Hex | 6F | 1B | 31 | 0 | 4C | 38 | 38 | 158 | 3D | 1B |
| Octal | 157 | 33 | 61 | 0 | 114 | 70 | 70 | 530 | 75 | 33 |
| Binary | 1101111 | 11011 | 110001 | 0 | 1001100 | 111000 | 111000 | 101011000 | 111101 | 11011 |
Color Harmonies of #6F1B31
Complementary color
Monochromatic Colors of #6F1B31
Black with #6F1B31
Text Example
Text Example
White with #6F1B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B31; }
p { color: rgb(111,27,49); }
H1.HeaderClassName
{
color: #6F1B31;
}
.AnyTagClassName
{
color: #6F1B31;
}
</style>
background-color css
<style>
a { background-color: #6F1B31; }
a { background-color: rgb(111,27,49); }
div.DivClassName
{
background-color: #6F1B31;
}
.BgClassName
{
background-color: #6F1B31;
}
</style>
border-color css
<style>
span { border-color: #6F1B31; }
span { border-color: rgb(111,27,49); }
td.TdClassName
{
border-color: #6F1B31;
}
.TagClassName
{
border-color: #6F1B31;
}
</style>