Shades of Claret #6F1732
Tints of Claret #6F1732
RGB
CMYK
RGB Variations
Color information
#6F1732 (or 0x6F1732) is known color: Claret. HEX triplet: 6F, 17 and 32. RGB value is (111,23,50). Sum of RGB (Red+Green+Blue) = 111+23+50=184 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.33% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1732 is #90E8CD. Grayscale: #343434. Windows color (decimal): -9496782 or 3282799. OLE color: 3282799.
HSL color Cylindrical-coordinate representation of color #6F1732: hue angle of 341.59º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F1732 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 50 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.56 |
| HSL | 341.59º | 0.66% | 0.26% | - |
| HSV(B) | 341.59º | 0.79% | 0.44% | - |
| XYZ | 7.44 | 4.22 | 3.44 | - |
| YUV | 52.39 | 126.65 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 50 | 0 | 0.79 | 0.55 | 0.56 | 341.59 | 0.66 | 0.26 |
| Hex | 6F | 17 | 32 | 0 | 4F | 37 | 38 | 156 | 42 | 1A |
| Octal | 157 | 27 | 62 | 0 | 117 | 67 | 70 | 526 | 102 | 32 |
| Binary | 1101111 | 10111 | 110010 | 0 | 1001111 | 110111 | 111000 | 101010110 | 1000010 | 11010 |
Color Harmonies of #6F1732
Complementary color
Monochromatic Colors of #6F1732
Black with #6F1732
Text Example
Text Example
White with #6F1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1732; }
p { color: rgb(111,23,50); }
H1.HeaderClassName
{
color: #6F1732;
}
.AnyTagClassName
{
color: #6F1732;
}
</style>
background-color css
<style>
a { background-color: #6F1732; }
a { background-color: rgb(111,23,50); }
div.DivClassName
{
background-color: #6F1732;
}
.BgClassName
{
background-color: #6F1732;
}
</style>
border-color css
<style>
span { border-color: #6F1732; }
span { border-color: rgb(111,23,50); }
td.TdClassName
{
border-color: #6F1732;
}
.TagClassName
{
border-color: #6F1732;
}
</style>