Shades of Claret #6F1A2D
Tints of Claret #6F1A2D
RGB
CMYK
RGB Variations
Color information
#6F1A2D (or 0x6F1A2D) is known color: Claret. HEX triplet: 6F, 1A and 2D. RGB value is (111,26,45). Sum of RGB (Red+Green+Blue) = 111+26+45=182 (24% of max value = 765). Red value is 111 (43.75% from 255 or 60.99% from 182); Green value is 26 (10.55% from 255 or 14.29% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A2D is #90E5D2. Grayscale: #353535. Windows color (decimal): -9496019 or 2955887. OLE color: 2955887.
HSL color Cylindrical-coordinate representation of color #6F1A2D: hue angle of 346.59º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A2D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 45 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.56 |
| HSL | 346.59º | 0.62% | 0.27% | - |
| HSV(B) | 346.59º | 0.77% | 0.44% | - |
| XYZ | 7.4 | 4.31 | 2.92 | - |
| YUV | 53.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 45 | 0 | 0.77 | 0.59 | 0.56 | 346.59 | 0.62 | 0.27 |
| Hex | 6F | 1A | 2D | 0 | 4D | 3B | 38 | 15B | 3E | 1B |
| Octal | 157 | 32 | 55 | 0 | 115 | 73 | 70 | 533 | 76 | 33 |
| Binary | 1101111 | 11010 | 101101 | 0 | 1001101 | 111011 | 111000 | 101011011 | 111110 | 11011 |
Color Harmonies of #6F1A2D
Complementary color
Monochromatic Colors of #6F1A2D
Black with #6F1A2D
Text Example
Text Example
White with #6F1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A2D; }
p { color: rgb(111,26,45); }
H1.HeaderClassName
{
color: #6F1A2D;
}
.AnyTagClassName
{
color: #6F1A2D;
}
</style>
background-color css
<style>
a { background-color: #6F1A2D; }
a { background-color: rgb(111,26,45); }
div.DivClassName
{
background-color: #6F1A2D;
}
.BgClassName
{
background-color: #6F1A2D;
}
</style>
border-color css
<style>
span { border-color: #6F1A2D; }
span { border-color: rgb(111,26,45); }
td.TdClassName
{
border-color: #6F1A2D;
}
.TagClassName
{
border-color: #6F1A2D;
}
</style>