Shades of Claret #6F2336
Tints of Claret #6F2336
RGB
CMYK
RGB Variations
Color information
#6F2336 (or 0x6F2336) is known color: Claret. HEX triplet: 6F, 23 and 36. RGB value is (111,35,54). Sum of RGB (Red+Green+Blue) = 111+35+54=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2336 is #90DCC9. Grayscale: #3B3B3B. Windows color (decimal): -9493706 or 3548015. OLE color: 3548015.
HSL color Cylindrical-coordinate representation of color #6F2336: hue angle of 345º degrees, saturation: 0.52, 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 #6F2336 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 54 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.56 |
| HSL | 345º | 0.52% | 0.29% | - |
| HSV(B) | 345º | 0.68% | 0.44% | - |
| XYZ | 7.82 | 4.85 | 4.01 | - |
| YUV | 59.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 54 | 0 | 0.68 | 0.51 | 0.56 | 345 | 0.52 | 0.29 |
| Hex | 6F | 23 | 36 | 0 | 44 | 33 | 38 | 159 | 34 | 1D |
| Octal | 157 | 43 | 66 | 0 | 104 | 63 | 70 | 531 | 64 | 35 |
| Binary | 1101111 | 100011 | 110110 | 0 | 1000100 | 110011 | 111000 | 101011001 | 110100 | 11101 |
Color Harmonies of #6F2336
Complementary color
Monochromatic Colors of #6F2336
Black with #6F2336
Text Example
Text Example
White with #6F2336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2336; }
p { color: rgb(111,35,54); }
H1.HeaderClassName
{
color: #6F2336;
}
.AnyTagClassName
{
color: #6F2336;
}
</style>
background-color css
<style>
a { background-color: #6F2336; }
a { background-color: rgb(111,35,54); }
div.DivClassName
{
background-color: #6F2336;
}
.BgClassName
{
background-color: #6F2336;
}
</style>
border-color css
<style>
span { border-color: #6F2336; }
span { border-color: rgb(111,35,54); }
td.TdClassName
{
border-color: #6F2336;
}
.TagClassName
{
border-color: #6F2336;
}
</style>