Shades of Claret #6F2838
Tints of Claret #6F2838
RGB
CMYK
RGB Variations
Color information
#6F2838 (or 0x6F2838) is known color: Claret. HEX triplet: 6F, 28 and 38. RGB value is (111,40,56). Sum of RGB (Red+Green+Blue) = 111+40+56=207 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.62% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2838 is #90D7C7. Grayscale: #3F3F3F. Windows color (decimal): -9492424 or 3680367. OLE color: 3680367.
HSL color Cylindrical-coordinate representation of color #6F2838: hue angle of 346.48º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F2838 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 40 | 56 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.56 |
| HSL | 346.48º | 0.47% | 0.3% | - |
| HSV(B) | 346.48º | 0.64% | 0.44% | - |
| XYZ | 8.03 | 5.18 | 4.32 | - |
| YUV | 63.05 | 124.02 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 56 | 0 | 0.64 | 0.50 | 0.56 | 346.48 | 0.47 | 0.3 |
| Hex | 6F | 28 | 38 | 0 | 40 | 32 | 38 | 15A | 2F | 1E |
| Octal | 157 | 50 | 70 | 0 | 100 | 62 | 70 | 532 | 57 | 36 |
| Binary | 1101111 | 101000 | 111000 | 0 | 1000000 | 110010 | 111000 | 101011010 | 101111 | 11110 |
Color Harmonies of #6F2838
Complementary color
Monochromatic Colors of #6F2838
Black with #6F2838
Text Example
Text Example
White with #6F2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2838; }
p { color: rgb(111,40,56); }
H1.HeaderClassName
{
color: #6F2838;
}
.AnyTagClassName
{
color: #6F2838;
}
</style>
background-color css
<style>
a { background-color: #6F2838; }
a { background-color: rgb(111,40,56); }
div.DivClassName
{
background-color: #6F2838;
}
.BgClassName
{
background-color: #6F2838;
}
</style>
border-color css
<style>
span { border-color: #6F2838; }
span { border-color: rgb(111,40,56); }
td.TdClassName
{
border-color: #6F2838;
}
.TagClassName
{
border-color: #6F2838;
}
</style>