Shades of Claret #691733
Tints of Claret #691733
RGB
CMYK
RGB Variations
Color information
#691733 (or 0x691733) is known color: Claret. HEX triplet: 69, 17 and 33. RGB value is (105,23,51). Sum of RGB (Red+Green+Blue) = 105+23+51=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #691733 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691733 is #96E8CC. Grayscale: #323232. Windows color (decimal): -9889997 or 3348329. OLE color: 3348329.
HSL color Cylindrical-coordinate representation of color #691733: hue angle of 339.51º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691733 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 23 | 51 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.59 |
| HSL | 339.51º | 0.64% | 0.25% | - |
| HSV(B) | 339.51º | 0.78% | 0.41% | - |
| XYZ | 6.73 | 3.86 | 3.52 | - |
| YUV | 50.71 | 128.17 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 23 | 51 | 0 | 0.78 | 0.51 | 0.59 | 339.51 | 0.64 | 0.25 |
| Hex | 69 | 17 | 33 | 0 | 4E | 33 | 3B | 154 | 40 | 19 |
| Octal | 151 | 27 | 63 | 0 | 116 | 63 | 73 | 524 | 100 | 31 |
| Binary | 1101001 | 10111 | 110011 | 0 | 1001110 | 110011 | 111011 | 101010100 | 1000000 | 11001 |
Color Harmonies of #691733
Complementary color
Monochromatic Colors of #691733
Black with #691733
Text Example
Text Example
White with #691733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691733; }
p { color: rgb(105,23,51); }
H1.HeaderClassName
{
color: #691733;
}
.AnyTagClassName
{
color: #691733;
}
</style>
background-color css
<style>
a { background-color: #691733; }
a { background-color: rgb(105,23,51); }
div.DivClassName
{
background-color: #691733;
}
.BgClassName
{
background-color: #691733;
}
</style>
border-color css
<style>
span { border-color: #691733; }
span { border-color: rgb(105,23,51); }
td.TdClassName
{
border-color: #691733;
}
.TagClassName
{
border-color: #691733;
}
</style>