Shades of Claret #691B38
Tints of Claret #691B38
RGB
CMYK
RGB Variations
Color information
#691B38 (or 0x691B38) is known color: Claret. HEX triplet: 69, 1B and 38. RGB value is (105,27,56). Sum of RGB (Red+Green+Blue) = 105+27+56=188 (24% of max value = 765). Red value is 105 (41.41% from 255 or 55.85% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 56 (22.27% from 255 or 29.79% from 188); Max value from RGB is 105 - color contains mainly: red. Hex color #691B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B38 is #96E4C7. Grayscale: #353535. Windows color (decimal): -9888968 or 3677033. OLE color: 3677033.
HSL color Cylindrical-coordinate representation of color #691B38: hue angle of 337.69º 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 #691B38 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 27 | 56 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.59 |
| HSL | 337.69º | 0.59% | 0.26% | - |
| HSV(B) | 337.69º | 0.74% | 0.41% | - |
| XYZ | 6.93 | 4.07 | 4.16 | - |
| YUV | 53.63 | 129.34 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 27 | 56 | 0 | 0.74 | 0.47 | 0.59 | 337.69 | 0.59 | 0.26 |
| Hex | 69 | 1B | 38 | 0 | 4A | 2F | 3B | 152 | 3B | 1A |
| Octal | 151 | 33 | 70 | 0 | 112 | 57 | 73 | 522 | 73 | 32 |
| Binary | 1101001 | 11011 | 111000 | 0 | 1001010 | 101111 | 111011 | 101010010 | 111011 | 11010 |
Color Harmonies of #691B38
Complementary color
Monochromatic Colors of #691B38
Black with #691B38
Text Example
Text Example
White with #691B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691B38; }
p { color: rgb(105,27,56); }
H1.HeaderClassName
{
color: #691B38;
}
.AnyTagClassName
{
color: #691B38;
}
</style>
background-color css
<style>
a { background-color: #691B38; }
a { background-color: rgb(105,27,56); }
div.DivClassName
{
background-color: #691B38;
}
.BgClassName
{
background-color: #691B38;
}
</style>
border-color css
<style>
span { border-color: #691B38; }
span { border-color: rgb(105,27,56); }
td.TdClassName
{
border-color: #691B38;
}
.TagClassName
{
border-color: #691B38;
}
</style>