Shades of Claret #6F0F30
Tints of Claret #6F0F30
RGB
CMYK
RGB Variations
Color information
#6F0F30 (or 0x6F0F30) is known color: Claret. HEX triplet: 6F, 0F and 30. RGB value is (111,15,48). Sum of RGB (Red+Green+Blue) = 111+15+48=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0F30 is #90F0CF. Grayscale: #2F2F2F. Windows color (decimal): -9498832 or 3149679. OLE color: 3149679.
HSL color Cylindrical-coordinate representation of color #6F0F30: hue angle of 339.38º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F0F30 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 15 | 48 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.56 |
| HSL | 339.38º | 0.76% | 0.25% | - |
| HSV(B) | 339.38º | 0.86% | 0.44% | - |
| XYZ | 7.26 | 3.93 | 3.17 | - |
| YUV | 47.47 | 128.3 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 48 | 0 | 0.86 | 0.57 | 0.56 | 339.38 | 0.76 | 0.25 |
| Hex | 6F | F | 30 | 0 | 56 | 39 | 38 | 153 | 4C | 19 |
| Octal | 157 | 17 | 60 | 0 | 126 | 71 | 70 | 523 | 114 | 31 |
| Binary | 1101111 | 1111 | 110000 | 0 | 1010110 | 111001 | 111000 | 101010011 | 1001100 | 11001 |
Color Harmonies of #6F0F30
Complementary color
Monochromatic Colors of #6F0F30
Black with #6F0F30
Text Example
Text Example
White with #6F0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F30; }
p { color: rgb(111,15,48); }
H1.HeaderClassName
{
color: #6F0F30;
}
.AnyTagClassName
{
color: #6F0F30;
}
</style>
background-color css
<style>
a { background-color: #6F0F30; }
a { background-color: rgb(111,15,48); }
div.DivClassName
{
background-color: #6F0F30;
}
.BgClassName
{
background-color: #6F0F30;
}
</style>
border-color css
<style>
span { border-color: #6F0F30; }
span { border-color: rgb(111,15,48); }
td.TdClassName
{
border-color: #6F0F30;
}
.TagClassName
{
border-color: #6F0F30;
}
</style>