Shades of Claret #691C30
Tints of Claret #691C30
RGB
CMYK
RGB Variations
Color information
#691C30 (or 0x691C30) is known color: Claret. HEX triplet: 69, 1C and 30. RGB value is (105,28,48). Sum of RGB (Red+Green+Blue) = 105+28+48=181 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.01% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 105 - color contains mainly: red. Hex color #691C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C30 is #96E3CF. Grayscale: #353535. Windows color (decimal): -9888720 or 3153001. OLE color: 3153001.
HSL color Cylindrical-coordinate representation of color #691C30: hue angle of 344.42º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C30 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 28 | 48 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.59 |
| HSL | 344.42º | 0.58% | 0.26% | - |
| HSV(B) | 344.42º | 0.73% | 0.41% | - |
| XYZ | 6.77 | 4.05 | 3.22 | - |
| YUV | 53.3 | 125.01 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 28 | 48 | 0 | 0.73 | 0.54 | 0.59 | 344.42 | 0.58 | 0.26 |
| Hex | 69 | 1C | 30 | 0 | 49 | 36 | 3B | 158 | 3A | 1A |
| Octal | 151 | 34 | 60 | 0 | 111 | 66 | 73 | 530 | 72 | 32 |
| Binary | 1101001 | 11100 | 110000 | 0 | 1001001 | 110110 | 111011 | 101011000 | 111010 | 11010 |
Color Harmonies of #691C30
Complementary color
Monochromatic Colors of #691C30
Black with #691C30
Text Example
Text Example
White with #691C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691C30; }
p { color: rgb(105,28,48); }
H1.HeaderClassName
{
color: #691C30;
}
.AnyTagClassName
{
color: #691C30;
}
</style>
background-color css
<style>
a { background-color: #691C30; }
a { background-color: rgb(105,28,48); }
div.DivClassName
{
background-color: #691C30;
}
.BgClassName
{
background-color: #691C30;
}
</style>
border-color css
<style>
span { border-color: #691C30; }
span { border-color: rgb(105,28,48); }
td.TdClassName
{
border-color: #691C30;
}
.TagClassName
{
border-color: #691C30;
}
</style>