Shades of Claret #690F2F
Tints of Claret #690F2F
RGB
CMYK
RGB Variations
Color information
#690F2F (or 0x690F2F) is known color: Claret. HEX triplet: 69, 0F and 2F. RGB value is (105,15,47). Sum of RGB (Red+Green+Blue) = 105+15+47=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #690F2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F2F is #96F0D0. Grayscale: #2D2D2D. Windows color (decimal): -9892049 or 3084137. OLE color: 3084137.
HSL color Cylindrical-coordinate representation of color #690F2F: hue angle of 338.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #690F2F is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 47 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.59 |
| HSL | 338.67º | 0.75% | 0.24% | - |
| HSV(B) | 338.67º | 0.86% | 0.41% | - |
| XYZ | 6.51 | 3.55 | 3.03 | - |
| YUV | 45.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 47 | 0 | 0.86 | 0.55 | 0.59 | 338.67 | 0.75 | 0.24 |
| Hex | 69 | F | 2F | 0 | 56 | 37 | 3B | 153 | 4B | 18 |
| Octal | 151 | 17 | 57 | 0 | 126 | 67 | 73 | 523 | 113 | 30 |
| Binary | 1101001 | 1111 | 101111 | 0 | 1010110 | 110111 | 111011 | 101010011 | 1001011 | 11000 |
Color Harmonies of #690F2F
Complementary color
Monochromatic Colors of #690F2F
Black with #690F2F
Text Example
Text Example
White with #690F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F2F; }
p { color: rgb(105,15,47); }
H1.HeaderClassName
{
color: #690F2F;
}
.AnyTagClassName
{
color: #690F2F;
}
</style>
background-color css
<style>
a { background-color: #690F2F; }
a { background-color: rgb(105,15,47); }
div.DivClassName
{
background-color: #690F2F;
}
.BgClassName
{
background-color: #690F2F;
}
</style>
border-color css
<style>
span { border-color: #690F2F; }
span { border-color: rgb(105,15,47); }
td.TdClassName
{
border-color: #690F2F;
}
.TagClassName
{
border-color: #690F2F;
}
</style>