Shades of Claret #6F1630
Tints of Claret #6F1630
RGB
CMYK
RGB Variations
Color information
#6F1630 (or 0x6F1630) is known color: Claret. HEX triplet: 6F, 16 and 30. RGB value is (111,22,48). Sum of RGB (Red+Green+Blue) = 111+22+48=181 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.33% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1630 is #90E9CF. Grayscale: #333333. Windows color (decimal): -9497040 or 3151471. OLE color: 3151471.
HSL color Cylindrical-coordinate representation of color #6F1630: hue angle of 342.47º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1630 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 48 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.56 |
| HSL | 342.47º | 0.67% | 0.26% | - |
| HSV(B) | 342.47º | 0.8% | 0.44% | - |
| XYZ | 7.38 | 4.17 | 3.21 | - |
| YUV | 51.58 | 125.99 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 48 | 0 | 0.80 | 0.57 | 0.56 | 342.47 | 0.67 | 0.26 |
| Hex | 6F | 16 | 30 | 0 | 50 | 39 | 38 | 156 | 43 | 1A |
| Octal | 157 | 26 | 60 | 0 | 120 | 71 | 70 | 526 | 103 | 32 |
| Binary | 1101111 | 10110 | 110000 | 0 | 1010000 | 111001 | 111000 | 101010110 | 1000011 | 11010 |
Color Harmonies of #6F1630
Complementary color
Monochromatic Colors of #6F1630
Black with #6F1630
Text Example
Text Example
White with #6F1630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1630; }
p { color: rgb(111,22,48); }
H1.HeaderClassName
{
color: #6F1630;
}
.AnyTagClassName
{
color: #6F1630;
}
</style>
background-color css
<style>
a { background-color: #6F1630; }
a { background-color: rgb(111,22,48); }
div.DivClassName
{
background-color: #6F1630;
}
.BgClassName
{
background-color: #6F1630;
}
</style>
border-color css
<style>
span { border-color: #6F1630; }
span { border-color: rgb(111,22,48); }
td.TdClassName
{
border-color: #6F1630;
}
.TagClassName
{
border-color: #6F1630;
}
</style>