Shades of Claret #691132
Tints of Claret #691132
RGB
CMYK
RGB Variations
Color information
#691132 (or 0x691132) is known color: Claret. HEX triplet: 69, 11 and 32. RGB value is (105,17,50). Sum of RGB (Red+Green+Blue) = 105+17+50=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #691132 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691132 is #96EECD. Grayscale: #2F2F2F. Windows color (decimal): -9891534 or 3281257. OLE color: 3281257.
HSL color Cylindrical-coordinate representation of color #691132: hue angle of 337.5º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691132 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 17 | 50 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.59 |
| HSL | 337.5º | 0.72% | 0.24% | - |
| HSV(B) | 337.5º | 0.84% | 0.41% | - |
| XYZ | 6.6 | 3.63 | 3.37 | - |
| YUV | 47.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 17 | 50 | 0 | 0.84 | 0.52 | 0.59 | 337.5 | 0.72 | 0.24 |
| Hex | 69 | 11 | 32 | 0 | 54 | 34 | 3B | 152 | 48 | 18 |
| Octal | 151 | 21 | 62 | 0 | 124 | 64 | 73 | 522 | 110 | 30 |
| Binary | 1101001 | 10001 | 110010 | 0 | 1010100 | 110100 | 111011 | 101010010 | 1001000 | 11000 |
Color Harmonies of #691132
Complementary color
Monochromatic Colors of #691132
Black with #691132
Text Example
Text Example
White with #691132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691132; }
p { color: rgb(105,17,50); }
H1.HeaderClassName
{
color: #691132;
}
.AnyTagClassName
{
color: #691132;
}
</style>
background-color css
<style>
a { background-color: #691132; }
a { background-color: rgb(105,17,50); }
div.DivClassName
{
background-color: #691132;
}
.BgClassName
{
background-color: #691132;
}
</style>
border-color css
<style>
span { border-color: #691132; }
span { border-color: rgb(105,17,50); }
td.TdClassName
{
border-color: #691132;
}
.TagClassName
{
border-color: #691132;
}
</style>