Shades of Claret #69202F
Tints of Claret #69202F
RGB
CMYK
RGB Variations
Color information
#69202F (or 0x69202F) is known color: Claret. HEX triplet: 69, 20 and 2F. RGB value is (105,32,47). Sum of RGB (Red+Green+Blue) = 105+32+47=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #69202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69202F is #96DFD0. Grayscale: #373737. Windows color (decimal): -9887697 or 3088489. OLE color: 3088489.
HSL color Cylindrical-coordinate representation of color #69202F: hue angle of 347.67º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #69202F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 47 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.59 |
| HSL | 347.67º | 0.53% | 0.27% | - |
| HSV(B) | 347.67º | 0.7% | 0.41% | - |
| XYZ | 6.86 | 4.24 | 3.15 | - |
| YUV | 55.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 47 | 0 | 0.70 | 0.55 | 0.59 | 347.67 | 0.53 | 0.27 |
| Hex | 69 | 20 | 2F | 0 | 46 | 37 | 3B | 15C | 35 | 1B |
| Octal | 151 | 40 | 57 | 0 | 106 | 67 | 73 | 534 | 65 | 33 |
| Binary | 1101001 | 100000 | 101111 | 0 | 1000110 | 110111 | 111011 | 101011100 | 110101 | 11011 |
Color Harmonies of #69202F
Complementary color
Monochromatic Colors of #69202F
Black with #69202F
Text Example
Text Example
White with #69202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69202F; }
p { color: rgb(105,32,47); }
H1.HeaderClassName
{
color: #69202F;
}
.AnyTagClassName
{
color: #69202F;
}
</style>
background-color css
<style>
a { background-color: #69202F; }
a { background-color: rgb(105,32,47); }
div.DivClassName
{
background-color: #69202F;
}
.BgClassName
{
background-color: #69202F;
}
</style>
border-color css
<style>
span { border-color: #69202F; }
span { border-color: rgb(105,32,47); }
td.TdClassName
{
border-color: #69202F;
}
.TagClassName
{
border-color: #69202F;
}
</style>