Shades of Claret #691D36
Tints of Claret #691D36
RGB
CMYK
RGB Variations
Color information
#691D36 (or 0x691D36) is known color: Claret. HEX triplet: 69, 1D and 36. RGB value is (105,29,54). Sum of RGB (Red+Green+Blue) = 105+29+54=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 54 (21.48% from 255 or 28.72% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #691D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D36 is #96E2C9. Grayscale: #363636. Windows color (decimal): -9888458 or 3546473. OLE color: 3546473.
HSL color Cylindrical-coordinate representation of color #691D36: hue angle of 340.26º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #691D36 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 29 | 54 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.59 |
| HSL | 340.26º | 0.57% | 0.26% | - |
| HSV(B) | 340.26º | 0.72% | 0.41% | - |
| XYZ | 6.93 | 4.15 | 3.93 | - |
| YUV | 54.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 29 | 54 | 0 | 0.72 | 0.49 | 0.59 | 340.26 | 0.57 | 0.26 |
| Hex | 69 | 1D | 36 | 0 | 48 | 31 | 3B | 154 | 39 | 1A |
| Octal | 151 | 35 | 66 | 0 | 110 | 61 | 73 | 524 | 71 | 32 |
| Binary | 1101001 | 11101 | 110110 | 0 | 1001000 | 110001 | 111011 | 101010100 | 111001 | 11010 |
Color Harmonies of #691D36
Complementary color
Monochromatic Colors of #691D36
Black with #691D36
Text Example
Text Example
White with #691D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691D36; }
p { color: rgb(105,29,54); }
H1.HeaderClassName
{
color: #691D36;
}
.AnyTagClassName
{
color: #691D36;
}
</style>
background-color css
<style>
a { background-color: #691D36; }
a { background-color: rgb(105,29,54); }
div.DivClassName
{
background-color: #691D36;
}
.BgClassName
{
background-color: #691D36;
}
</style>
border-color css
<style>
span { border-color: #691D36; }
span { border-color: rgb(105,29,54); }
td.TdClassName
{
border-color: #691D36;
}
.TagClassName
{
border-color: #691D36;
}
</style>