Shades of Claret #691A2F
Tints of Claret #691A2F
RGB
CMYK
RGB Variations
Color information
#691A2F (or 0x691A2F) is known color: Claret. HEX triplet: 69, 1A and 2F. RGB value is (105,26,47). Sum of RGB (Red+Green+Blue) = 105+26+47=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691A2F is #96E5D0. Grayscale: #343434. Windows color (decimal): -9889233 or 3086953. OLE color: 3086953.
HSL color Cylindrical-coordinate representation of color #691A2F: hue angle of 344.05º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #691A2F is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 26 | 47 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.59 |
| HSL | 344.05º | 0.6% | 0.26% | - |
| HSV(B) | 344.05º | 0.75% | 0.41% | - |
| XYZ | 6.71 | 3.95 | 3.1 | - |
| YUV | 52.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 26 | 47 | 0 | 0.75 | 0.55 | 0.59 | 344.05 | 0.6 | 0.26 |
| Hex | 69 | 1A | 2F | 0 | 4B | 37 | 3B | 158 | 3C | 1A |
| Octal | 151 | 32 | 57 | 0 | 113 | 67 | 73 | 530 | 74 | 32 |
| Binary | 1101001 | 11010 | 101111 | 0 | 1001011 | 110111 | 111011 | 101011000 | 111100 | 11010 |
Color Harmonies of #691A2F
Complementary color
Monochromatic Colors of #691A2F
Black with #691A2F
Text Example
Text Example
White with #691A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691A2F; }
p { color: rgb(105,26,47); }
H1.HeaderClassName
{
color: #691A2F;
}
.AnyTagClassName
{
color: #691A2F;
}
</style>
background-color css
<style>
a { background-color: #691A2F; }
a { background-color: rgb(105,26,47); }
div.DivClassName
{
background-color: #691A2F;
}
.BgClassName
{
background-color: #691A2F;
}
</style>
border-color css
<style>
span { border-color: #691A2F; }
span { border-color: rgb(105,26,47); }
td.TdClassName
{
border-color: #691A2F;
}
.TagClassName
{
border-color: #691A2F;
}
</style>