Shades of Claret #6F2438
Tints of Claret #6F2438
RGB
CMYK
RGB Variations
Color information
#6F2438 (or 0x6F2438) is known color: Claret. HEX triplet: 6F, 24 and 38. RGB value is (111,36,56). Sum of RGB (Red+Green+Blue) = 111+36+56=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2438 is #90DBC7. Grayscale: #3C3C3C. Windows color (decimal): -9493448 or 3679343. OLE color: 3679343.
HSL color Cylindrical-coordinate representation of color #6F2438: hue angle of 344º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2438 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 56 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.56 |
| HSL | 344º | 0.51% | 0.29% | - |
| HSV(B) | 344º | 0.68% | 0.44% | - |
| XYZ | 7.9 | 4.93 | 4.28 | - |
| YUV | 60.71 | 125.35 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 56 | 0 | 0.68 | 0.50 | 0.56 | 344 | 0.51 | 0.29 |
| Hex | 6F | 24 | 38 | 0 | 44 | 32 | 38 | 158 | 33 | 1D |
| Octal | 157 | 44 | 70 | 0 | 104 | 62 | 70 | 530 | 63 | 35 |
| Binary | 1101111 | 100100 | 111000 | 0 | 1000100 | 110010 | 111000 | 101011000 | 110011 | 11101 |
Color Harmonies of #6F2438
Complementary color
Monochromatic Colors of #6F2438
Black with #6F2438
Text Example
Text Example
White with #6F2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2438; }
p { color: rgb(111,36,56); }
H1.HeaderClassName
{
color: #6F2438;
}
.AnyTagClassName
{
color: #6F2438;
}
</style>
background-color css
<style>
a { background-color: #6F2438; }
a { background-color: rgb(111,36,56); }
div.DivClassName
{
background-color: #6F2438;
}
.BgClassName
{
background-color: #6F2438;
}
</style>
border-color css
<style>
span { border-color: #6F2438; }
span { border-color: rgb(111,36,56); }
td.TdClassName
{
border-color: #6F2438;
}
.TagClassName
{
border-color: #6F2438;
}
</style>