Shades of Claret #691934
Tints of Claret #691934
RGB
CMYK
RGB Variations
Color information
#691934 (or 0x691934) is known color: Claret. HEX triplet: 69, 19 and 34. RGB value is (105,25,52). Sum of RGB (Red+Green+Blue) = 105+25+52=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 52 (20.70% from 255 or 28.57% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #691934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691934 is #96E6CB. Grayscale: #333333. Windows color (decimal): -9889484 or 3414377. OLE color: 3414377.
HSL color Cylindrical-coordinate representation of color #691934: hue angle of 339.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #691934 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 52 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.59 |
| HSL | 339.75º | 0.62% | 0.25% | - |
| HSV(B) | 339.75º | 0.76% | 0.41% | - |
| XYZ | 6.79 | 3.95 | 3.65 | - |
| YUV | 52 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 52 | 0 | 0.76 | 0.50 | 0.59 | 339.75 | 0.62 | 0.25 |
| Hex | 69 | 19 | 34 | 0 | 4C | 32 | 3B | 154 | 3E | 19 |
| Octal | 151 | 31 | 64 | 0 | 114 | 62 | 73 | 524 | 76 | 31 |
| Binary | 1101001 | 11001 | 110100 | 0 | 1001100 | 110010 | 111011 | 101010100 | 111110 | 11001 |
Color Harmonies of #691934
Complementary color
Monochromatic Colors of #691934
Black with #691934
Text Example
Text Example
White with #691934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691934; }
p { color: rgb(105,25,52); }
H1.HeaderClassName
{
color: #691934;
}
.AnyTagClassName
{
color: #691934;
}
</style>
background-color css
<style>
a { background-color: #691934; }
a { background-color: rgb(105,25,52); }
div.DivClassName
{
background-color: #691934;
}
.BgClassName
{
background-color: #691934;
}
</style>
border-color css
<style>
span { border-color: #691934; }
span { border-color: rgb(105,25,52); }
td.TdClassName
{
border-color: #691934;
}
.TagClassName
{
border-color: #691934;
}
</style>