Shades of Claret #6D1B2D
Tints of Claret #6D1B2D
RGB
CMYK
RGB Variations
Color information
#6D1B2D (or 0x6D1B2D) is known color: Claret. HEX triplet: 6D, 1B and 2D. RGB value is (109,27,45). Sum of RGB (Red+Green+Blue) = 109+27+45=181 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.22% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B2D is #92E4D2. Grayscale: #353535. Windows color (decimal): -9626835 or 2956141. OLE color: 2956141.
HSL color Cylindrical-coordinate representation of color #6D1B2D: hue angle of 346.83º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D1B2D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 45 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.57 |
| HSL | 346.83º | 0.6% | 0.27% | - |
| HSV(B) | 346.83º | 0.75% | 0.43% | - |
| XYZ | 7.17 | 4.22 | 2.92 | - |
| YUV | 53.57 | 123.17 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 45 | 0 | 0.75 | 0.59 | 0.57 | 346.83 | 0.6 | 0.27 |
| Hex | 6D | 1B | 2D | 0 | 4B | 3B | 39 | 15B | 3C | 1B |
| Octal | 155 | 33 | 55 | 0 | 113 | 73 | 71 | 533 | 74 | 33 |
| Binary | 1101101 | 11011 | 101101 | 0 | 1001011 | 111011 | 111001 | 101011011 | 111100 | 11011 |
Color Harmonies of #6D1B2D
Complementary color
Monochromatic Colors of #6D1B2D
Black with #6D1B2D
Text Example
Text Example
White with #6D1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B2D; }
p { color: rgb(109,27,45); }
H1.HeaderClassName
{
color: #6D1B2D;
}
.AnyTagClassName
{
color: #6D1B2D;
}
</style>
background-color css
<style>
a { background-color: #6D1B2D; }
a { background-color: rgb(109,27,45); }
div.DivClassName
{
background-color: #6D1B2D;
}
.BgClassName
{
background-color: #6D1B2D;
}
</style>
border-color css
<style>
span { border-color: #6D1B2D; }
span { border-color: rgb(109,27,45); }
td.TdClassName
{
border-color: #6D1B2D;
}
.TagClassName
{
border-color: #6D1B2D;
}
</style>