Shades of Claret #69152D
Tints of Claret #69152D
RGB
CMYK
RGB Variations
Color information
#69152D (or 0x69152D) is known color: Claret. HEX triplet: 69, 15 and 2D. RGB value is (105,21,45). Sum of RGB (Red+Green+Blue) = 105+21+45=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69152D is #96EAD2. Grayscale: #303030. Windows color (decimal): -9890515 or 2954601. OLE color: 2954601.
HSL color Cylindrical-coordinate representation of color #69152D: hue angle of 342.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69152D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 45 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.59 |
| HSL | 342.86º | 0.67% | 0.25% | - |
| HSV(B) | 342.86º | 0.8% | 0.41% | - |
| XYZ | 6.57 | 3.73 | 2.86 | - |
| YUV | 48.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 45 | 0 | 0.80 | 0.57 | 0.59 | 342.86 | 0.67 | 0.25 |
| Hex | 69 | 15 | 2D | 0 | 50 | 39 | 3B | 157 | 43 | 19 |
| Octal | 151 | 25 | 55 | 0 | 120 | 71 | 73 | 527 | 103 | 31 |
| Binary | 1101001 | 10101 | 101101 | 0 | 1010000 | 111001 | 111011 | 101010111 | 1000011 | 11001 |
Color Harmonies of #69152D
Complementary color
Monochromatic Colors of #69152D
Black with #69152D
Text Example
Text Example
White with #69152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69152D; }
p { color: rgb(105,21,45); }
H1.HeaderClassName
{
color: #69152D;
}
.AnyTagClassName
{
color: #69152D;
}
</style>
background-color css
<style>
a { background-color: #69152D; }
a { background-color: rgb(105,21,45); }
div.DivClassName
{
background-color: #69152D;
}
.BgClassName
{
background-color: #69152D;
}
</style>
border-color css
<style>
span { border-color: #69152D; }
span { border-color: rgb(105,21,45); }
td.TdClassName
{
border-color: #69152D;
}
.TagClassName
{
border-color: #69152D;
}
</style>