Shades of Claret #6F2432
Tints of Claret #6F2432
RGB
CMYK
RGB Variations
Color information
#6F2432 (or 0x6F2432) is known color: Claret. HEX triplet: 6F, 24 and 32. RGB value is (111,36,50). Sum of RGB (Red+Green+Blue) = 111+36+50=197 (26% of max value = 765). Red value is 111 (43.75% from 255 or 56.35% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2432 is #90DBCD. Grayscale: #3C3C3C. Windows color (decimal): -9493454 or 3286127. OLE color: 3286127.
HSL color Cylindrical-coordinate representation of color #6F2432: hue angle of 348.8º 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 #6F2432 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 50 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.56 |
| HSL | 348.8º | 0.51% | 0.29% | - |
| HSV(B) | 348.8º | 0.68% | 0.44% | - |
| XYZ | 7.76 | 4.87 | 3.55 | - |
| YUV | 60.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 50 | 0 | 0.68 | 0.55 | 0.56 | 348.8 | 0.51 | 0.29 |
| Hex | 6F | 24 | 32 | 0 | 44 | 37 | 38 | 15D | 33 | 1D |
| Octal | 157 | 44 | 62 | 0 | 104 | 67 | 70 | 535 | 63 | 35 |
| Binary | 1101111 | 100100 | 110010 | 0 | 1000100 | 110111 | 111000 | 101011101 | 110011 | 11101 |
Color Harmonies of #6F2432
Complementary color
Monochromatic Colors of #6F2432
Black with #6F2432
Text Example
Text Example
White with #6F2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2432; }
p { color: rgb(111,36,50); }
H1.HeaderClassName
{
color: #6F2432;
}
.AnyTagClassName
{
color: #6F2432;
}
</style>
background-color css
<style>
a { background-color: #6F2432; }
a { background-color: rgb(111,36,50); }
div.DivClassName
{
background-color: #6F2432;
}
.BgClassName
{
background-color: #6F2432;
}
</style>
border-color css
<style>
span { border-color: #6F2432; }
span { border-color: rgb(111,36,50); }
td.TdClassName
{
border-color: #6F2432;
}
.TagClassName
{
border-color: #6F2432;
}
</style>