Shades of Claret #6F1730
Tints of Claret #6F1730
RGB
CMYK
RGB Variations
Color information
#6F1730 (or 0x6F1730) is known color: Claret. HEX triplet: 6F, 17 and 30. RGB value is (111,23,48). Sum of RGB (Red+Green+Blue) = 111+23+48=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1730 is #90E8CF. Grayscale: #343434. Windows color (decimal): -9496784 or 3151727. OLE color: 3151727.
HSL color Cylindrical-coordinate representation of color #6F1730: hue angle of 342.95º 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 #6F1730 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 23 | 48 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.56 |
| HSL | 342.95º | 0.66% | 0.26% | - |
| HSV(B) | 342.95º | 0.79% | 0.44% | - |
| XYZ | 7.4 | 4.21 | 3.22 | - |
| YUV | 52.16 | 125.65 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 48 | 0 | 0.79 | 0.57 | 0.56 | 342.95 | 0.66 | 0.26 |
| Hex | 6F | 17 | 30 | 0 | 4F | 39 | 38 | 157 | 42 | 1A |
| Octal | 157 | 27 | 60 | 0 | 117 | 71 | 70 | 527 | 102 | 32 |
| Binary | 1101111 | 10111 | 110000 | 0 | 1001111 | 111001 | 111000 | 101010111 | 1000010 | 11010 |
Color Harmonies of #6F1730
Complementary color
Monochromatic Colors of #6F1730
Black with #6F1730
Text Example
Text Example
White with #6F1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1730; }
p { color: rgb(111,23,48); }
H1.HeaderClassName
{
color: #6F1730;
}
.AnyTagClassName
{
color: #6F1730;
}
</style>
background-color css
<style>
a { background-color: #6F1730; }
a { background-color: rgb(111,23,48); }
div.DivClassName
{
background-color: #6F1730;
}
.BgClassName
{
background-color: #6F1730;
}
</style>
border-color css
<style>
span { border-color: #6F1730; }
span { border-color: rgb(111,23,48); }
td.TdClassName
{
border-color: #6F1730;
}
.TagClassName
{
border-color: #6F1730;
}
</style>