Shades of Claret #6D2238
Tints of Claret #6D2238
RGB
CMYK
RGB Variations
Color information
#6D2238 (or 0x6D2238) is known color: Claret. HEX triplet: 6D, 22 and 38. RGB value is (109,34,56). Sum of RGB (Red+Green+Blue) = 109+34+56=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2238 is #92DDC7. Grayscale: #3A3A3A. Windows color (decimal): -9625032 or 3678829. OLE color: 3678829.
HSL color Cylindrical-coordinate representation of color #6D2238: hue angle of 342.4º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D2238 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 56 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.57 |
| HSL | 342.4º | 0.52% | 0.28% | - |
| HSV(B) | 342.4º | 0.69% | 0.43% | - |
| XYZ | 7.59 | 4.68 | 4.24 | - |
| YUV | 58.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 56 | 0 | 0.69 | 0.49 | 0.57 | 342.4 | 0.52 | 0.28 |
| Hex | 6D | 22 | 38 | 0 | 45 | 31 | 39 | 156 | 34 | 1C |
| Octal | 155 | 42 | 70 | 0 | 105 | 61 | 71 | 526 | 64 | 34 |
| Binary | 1101101 | 100010 | 111000 | 0 | 1000101 | 110001 | 111001 | 101010110 | 110100 | 11100 |
Color Harmonies of #6D2238
Complementary color
Monochromatic Colors of #6D2238
Black with #6D2238
Text Example
Text Example
White with #6D2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2238; }
p { color: rgb(109,34,56); }
H1.HeaderClassName
{
color: #6D2238;
}
.AnyTagClassName
{
color: #6D2238;
}
</style>
background-color css
<style>
a { background-color: #6D2238; }
a { background-color: rgb(109,34,56); }
div.DivClassName
{
background-color: #6D2238;
}
.BgClassName
{
background-color: #6D2238;
}
</style>
border-color css
<style>
span { border-color: #6D2238; }
span { border-color: rgb(109,34,56); }
td.TdClassName
{
border-color: #6D2238;
}
.TagClassName
{
border-color: #6D2238;
}
</style>