Shades of Claret #69202E
Tints of Claret #69202E
RGB
CMYK
RGB Variations
Color information
#69202E (or 0x69202E) is known color: Claret. HEX triplet: 69, 20 and 2E. RGB value is (105,32,46). Sum of RGB (Red+Green+Blue) = 105+32+46=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #69202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69202E is #96DFD1. Grayscale: #373737. Windows color (decimal): -9887698 or 3022953. OLE color: 3022953.
HSL color Cylindrical-coordinate representation of color #69202E: hue angle of 348.49º 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 #69202E is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 32 | 46 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.59 |
| HSL | 348.49º | 0.53% | 0.27% | - |
| HSV(B) | 348.49º | 0.7% | 0.41% | - |
| XYZ | 6.84 | 4.23 | 3.04 | - |
| YUV | 55.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 32 | 46 | 0 | 0.70 | 0.56 | 0.59 | 348.49 | 0.53 | 0.27 |
| Hex | 69 | 20 | 2E | 0 | 46 | 38 | 3B | 15C | 35 | 1B |
| Octal | 151 | 40 | 56 | 0 | 106 | 70 | 73 | 534 | 65 | 33 |
| Binary | 1101001 | 100000 | 101110 | 0 | 1000110 | 111000 | 111011 | 101011100 | 110101 | 11011 |
Color Harmonies of #69202E
Complementary color
Monochromatic Colors of #69202E
Black with #69202E
Text Example
Text Example
White with #69202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69202E; }
p { color: rgb(105,32,46); }
H1.HeaderClassName
{
color: #69202E;
}
.AnyTagClassName
{
color: #69202E;
}
</style>
background-color css
<style>
a { background-color: #69202E; }
a { background-color: rgb(105,32,46); }
div.DivClassName
{
background-color: #69202E;
}
.BgClassName
{
background-color: #69202E;
}
</style>
border-color css
<style>
span { border-color: #69202E; }
span { border-color: rgb(105,32,46); }
td.TdClassName
{
border-color: #69202E;
}
.TagClassName
{
border-color: #69202E;
}
</style>