Shades of Claret #69192F
Tints of Claret #69192F
RGB
CMYK
RGB Variations
Color information
#69192F (or 0x69192F) is known color: Claret. HEX triplet: 69, 19 and 2F. RGB value is (105,25,47). Sum of RGB (Red+Green+Blue) = 105+25+47=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #69192F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69192F is #96E6D0. Grayscale: #333333. Windows color (decimal): -9889489 or 3086697. OLE color: 3086697.
HSL color Cylindrical-coordinate representation of color #69192F: hue angle of 343.5º 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 #69192F is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 47 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.59 |
| HSL | 343.5º | 0.62% | 0.25% | - |
| HSV(B) | 343.5º | 0.76% | 0.41% | - |
| XYZ | 6.69 | 3.9 | 3.09 | - |
| YUV | 51.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 47 | 0 | 0.76 | 0.55 | 0.59 | 343.5 | 0.62 | 0.25 |
| Hex | 69 | 19 | 2F | 0 | 4C | 37 | 3B | 158 | 3E | 19 |
| Octal | 151 | 31 | 57 | 0 | 114 | 67 | 73 | 530 | 76 | 31 |
| Binary | 1101001 | 11001 | 101111 | 0 | 1001100 | 110111 | 111011 | 101011000 | 111110 | 11001 |
Color Harmonies of #69192F
Complementary color
Monochromatic Colors of #69192F
Black with #69192F
Text Example
Text Example
White with #69192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69192F; }
p { color: rgb(105,25,47); }
H1.HeaderClassName
{
color: #69192F;
}
.AnyTagClassName
{
color: #69192F;
}
</style>
background-color css
<style>
a { background-color: #69192F; }
a { background-color: rgb(105,25,47); }
div.DivClassName
{
background-color: #69192F;
}
.BgClassName
{
background-color: #69192F;
}
</style>
border-color css
<style>
span { border-color: #69192F; }
span { border-color: rgb(105,25,47); }
td.TdClassName
{
border-color: #69192F;
}
.TagClassName
{
border-color: #69192F;
}
</style>