Shades of Claret #69182D
Tints of Claret #69182D
RGB
CMYK
RGB Variations
Color information
#69182D (or 0x69182D) is known color: Claret. HEX triplet: 69, 18 and 2D. RGB value is (105,24,45). Sum of RGB (Red+Green+Blue) = 105+24+45=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #69182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69182D is #96E7D2. Grayscale: #323232. Windows color (decimal): -9889747 or 2955369. OLE color: 2955369.
HSL color Cylindrical-coordinate representation of color #69182D: hue angle of 344.44º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69182D is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 24 | 45 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.59 |
| HSL | 344.44º | 0.63% | 0.25% | - |
| HSV(B) | 344.44º | 0.77% | 0.41% | - |
| XYZ | 6.63 | 3.85 | 2.88 | - |
| YUV | 50.61 | 124.84 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 45 | 0 | 0.77 | 0.57 | 0.59 | 344.44 | 0.63 | 0.25 |
| Hex | 69 | 18 | 2D | 0 | 4D | 39 | 3B | 158 | 3F | 19 |
| Octal | 151 | 30 | 55 | 0 | 115 | 71 | 73 | 530 | 77 | 31 |
| Binary | 1101001 | 11000 | 101101 | 0 | 1001101 | 111001 | 111011 | 101011000 | 111111 | 11001 |
Color Harmonies of #69182D
Complementary color
Monochromatic Colors of #69182D
Black with #69182D
Text Example
Text Example
White with #69182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69182D; }
p { color: rgb(105,24,45); }
H1.HeaderClassName
{
color: #69182D;
}
.AnyTagClassName
{
color: #69182D;
}
</style>
background-color css
<style>
a { background-color: #69182D; }
a { background-color: rgb(105,24,45); }
div.DivClassName
{
background-color: #69182D;
}
.BgClassName
{
background-color: #69182D;
}
</style>
border-color css
<style>
span { border-color: #69182D; }
span { border-color: rgb(105,24,45); }
td.TdClassName
{
border-color: #69182D;
}
.TagClassName
{
border-color: #69182D;
}
</style>