Shades of Claret #691B2E
Tints of Claret #691B2E
RGB
CMYK
RGB Variations
Color information
#691B2E (or 0x691B2E) is known color: Claret. HEX triplet: 69, 1B and 2E. RGB value is (105,27,46). Sum of RGB (Red+Green+Blue) = 105+27+46=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B2E is #96E4D1. Grayscale: #343434. Windows color (decimal): -9888978 or 3021673. OLE color: 3021673.
HSL color Cylindrical-coordinate representation of color #691B2E: hue angle of 345.38º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B2E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 46 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.59 |
| HSL | 345.38º | 0.59% | 0.26% | - |
| HSV(B) | 345.38º | 0.74% | 0.41% | - |
| XYZ | 6.71 | 3.98 | 3 | - |
| YUV | 52.49 | 124.34 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 46 | 0 | 0.74 | 0.56 | 0.59 | 345.38 | 0.59 | 0.26 |
| Hex | 69 | 1B | 2E | 0 | 4A | 38 | 3B | 159 | 3B | 1A |
| Octal | 151 | 33 | 56 | 0 | 112 | 70 | 73 | 531 | 73 | 32 |
| Binary | 1101001 | 11011 | 101110 | 0 | 1001010 | 111000 | 111011 | 101011001 | 111011 | 11010 |
Color Harmonies of #691B2E
Complementary color
Monochromatic Colors of #691B2E
Black with #691B2E
Text Example
Text Example
White with #691B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B2E; }
p { color: rgb(105,27,46); }
H1.HeaderClassName
{
color: #691B2E;
}
.AnyTagClassName
{
color: #691B2E;
}
</style>
background-color css
<style>
a { background-color: #691B2E; }
a { background-color: rgb(105,27,46); }
div.DivClassName
{
background-color: #691B2E;
}
.BgClassName
{
background-color: #691B2E;
}
</style>
border-color css
<style>
span { border-color: #691B2E; }
span { border-color: rgb(105,27,46); }
td.TdClassName
{
border-color: #691B2E;
}
.TagClassName
{
border-color: #691B2E;
}
</style>