Shades of Claret #6F1333
Tints of Claret #6F1333
RGB
CMYK
RGB Variations
Color information
#6F1333 (or 0x6F1333) is known color: Claret. HEX triplet: 6F, 13 and 33. RGB value is (111,19,51). Sum of RGB (Red+Green+Blue) = 111+19+51=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 51 (20.31% from 255 or 28.18% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1333 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1333 is #90ECCC. Grayscale: #323232. Windows color (decimal): -9497805 or 3347311. OLE color: 3347311.
HSL color Cylindrical-coordinate representation of color #6F1333: hue angle of 339.13º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1333 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 51 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.56 |
| HSL | 339.13º | 0.71% | 0.25% | - |
| HSV(B) | 339.13º | 0.83% | 0.44% | - |
| XYZ | 7.39 | 4.08 | 3.53 | - |
| YUV | 50.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 51 | 0 | 0.83 | 0.54 | 0.56 | 339.13 | 0.71 | 0.25 |
| Hex | 6F | 13 | 33 | 0 | 53 | 36 | 38 | 153 | 47 | 19 |
| Octal | 157 | 23 | 63 | 0 | 123 | 66 | 70 | 523 | 107 | 31 |
| Binary | 1101111 | 10011 | 110011 | 0 | 1010011 | 110110 | 111000 | 101010011 | 1000111 | 11001 |
Color Harmonies of #6F1333
Complementary color
Monochromatic Colors of #6F1333
Black with #6F1333
Text Example
Text Example
White with #6F1333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1333; }
p { color: rgb(111,19,51); }
H1.HeaderClassName
{
color: #6F1333;
}
.AnyTagClassName
{
color: #6F1333;
}
</style>
background-color css
<style>
a { background-color: #6F1333; }
a { background-color: rgb(111,19,51); }
div.DivClassName
{
background-color: #6F1333;
}
.BgClassName
{
background-color: #6F1333;
}
</style>
border-color css
<style>
span { border-color: #6F1333; }
span { border-color: rgb(111,19,51); }
td.TdClassName
{
border-color: #6F1333;
}
.TagClassName
{
border-color: #6F1333;
}
</style>