Shades of Claret #6F2435
Tints of Claret #6F2435
RGB
CMYK
RGB Variations
Color information
#6F2435 (or 0x6F2435) is known color: Claret. HEX triplet: 6F, 24 and 35. RGB value is (111,36,53). Sum of RGB (Red+Green+Blue) = 111+36+53=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2435 is #90DBCA. Grayscale: #3C3C3C. Windows color (decimal): -9493451 or 3482735. OLE color: 3482735.
HSL color Cylindrical-coordinate representation of color #6F2435: hue angle of 346.4º 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 #6F2435 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 53 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.56 |
| HSL | 346.4º | 0.51% | 0.29% | - |
| HSV(B) | 346.4º | 0.68% | 0.44% | - |
| XYZ | 7.83 | 4.9 | 3.9 | - |
| YUV | 60.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 53 | 0 | 0.68 | 0.52 | 0.56 | 346.4 | 0.51 | 0.29 |
| Hex | 6F | 24 | 35 | 0 | 44 | 34 | 38 | 15A | 33 | 1D |
| Octal | 157 | 44 | 65 | 0 | 104 | 64 | 70 | 532 | 63 | 35 |
| Binary | 1101111 | 100100 | 110101 | 0 | 1000100 | 110100 | 111000 | 101011010 | 110011 | 11101 |
Color Harmonies of #6F2435
Complementary color
Monochromatic Colors of #6F2435
Black with #6F2435
Text Example
Text Example
White with #6F2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2435; }
p { color: rgb(111,36,53); }
H1.HeaderClassName
{
color: #6F2435;
}
.AnyTagClassName
{
color: #6F2435;
}
</style>
background-color css
<style>
a { background-color: #6F2435; }
a { background-color: rgb(111,36,53); }
div.DivClassName
{
background-color: #6F2435;
}
.BgClassName
{
background-color: #6F2435;
}
</style>
border-color css
<style>
span { border-color: #6F2435; }
span { border-color: rgb(111,36,53); }
td.TdClassName
{
border-color: #6F2435;
}
.TagClassName
{
border-color: #6F2435;
}
</style>