Shades of Claret #691E2D
Tints of Claret #691E2D
RGB
CMYK
RGB Variations
Color information
#691E2D (or 0x691E2D) is known color: Claret. HEX triplet: 69, 1E and 2D. RGB value is (105,30,45). Sum of RGB (Red+Green+Blue) = 105+30+45=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 45 (17.97% from 255 or 25% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #691E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E2D is #96E1D2. Grayscale: #363636. Windows color (decimal): -9888211 or 2956905. OLE color: 2956905.
HSL color Cylindrical-coordinate representation of color #691E2D: hue angle of 348º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E2D is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 30 | 45 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.59 |
| HSL | 348º | 0.56% | 0.26% | - |
| HSV(B) | 348º | 0.71% | 0.41% | - |
| XYZ | 6.76 | 4.12 | 2.92 | - |
| YUV | 54.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 30 | 45 | 0 | 0.71 | 0.57 | 0.59 | 348 | 0.56 | 0.26 |
| Hex | 69 | 1E | 2D | 0 | 47 | 39 | 3B | 15C | 38 | 1A |
| Octal | 151 | 36 | 55 | 0 | 107 | 71 | 73 | 534 | 70 | 32 |
| Binary | 1101001 | 11110 | 101101 | 0 | 1000111 | 111001 | 111011 | 101011100 | 111000 | 11010 |
Color Harmonies of #691E2D
Complementary color
Monochromatic Colors of #691E2D
Black with #691E2D
Text Example
Text Example
White with #691E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #691E2D; }
p { color: rgb(105,30,45); }
H1.HeaderClassName
{
color: #691E2D;
}
.AnyTagClassName
{
color: #691E2D;
}
</style>
background-color css
<style>
a { background-color: #691E2D; }
a { background-color: rgb(105,30,45); }
div.DivClassName
{
background-color: #691E2D;
}
.BgClassName
{
background-color: #691E2D;
}
</style>
border-color css
<style>
span { border-color: #691E2D; }
span { border-color: rgb(105,30,45); }
td.TdClassName
{
border-color: #691E2D;
}
.TagClassName
{
border-color: #691E2D;
}
</style>