Shades of Claret #690F30
Tints of Claret #690F30
RGB
CMYK
RGB Variations
Color information
#690F30 (or 0x690F30) is known color: Claret. HEX triplet: 69, 0F and 30. RGB value is (105,15,48). Sum of RGB (Red+Green+Blue) = 105+15+48=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 15 (6.25% from 255 or 8.93% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #690F30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F30 is #96F0CF. Grayscale: #2D2D2D. Windows color (decimal): -9892048 or 3149673. OLE color: 3149673.
HSL color Cylindrical-coordinate representation of color #690F30: hue angle of 338º 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 #690F30 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 15 | 48 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.59 |
| HSL | 338º | 0.75% | 0.24% | - |
| HSV(B) | 338º | 0.86% | 0.41% | - |
| XYZ | 6.53 | 3.56 | 3.14 | - |
| YUV | 45.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 15 | 48 | 0 | 0.86 | 0.54 | 0.59 | 338 | 0.75 | 0.24 |
| Hex | 69 | F | 30 | 0 | 56 | 36 | 3B | 152 | 4B | 18 |
| Octal | 151 | 17 | 60 | 0 | 126 | 66 | 73 | 522 | 113 | 30 |
| Binary | 1101001 | 1111 | 110000 | 0 | 1010110 | 110110 | 111011 | 101010010 | 1001011 | 11000 |
Color Harmonies of #690F30
Complementary color
Monochromatic Colors of #690F30
Black with #690F30
Text Example
Text Example
White with #690F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #690F30; }
p { color: rgb(105,15,48); }
H1.HeaderClassName
{
color: #690F30;
}
.AnyTagClassName
{
color: #690F30;
}
</style>
background-color css
<style>
a { background-color: #690F30; }
a { background-color: rgb(105,15,48); }
div.DivClassName
{
background-color: #690F30;
}
.BgClassName
{
background-color: #690F30;
}
</style>
border-color css
<style>
span { border-color: #690F30; }
span { border-color: rgb(105,15,48); }
td.TdClassName
{
border-color: #690F30;
}
.TagClassName
{
border-color: #690F30;
}
</style>