Shades of Claret #6D1B32
Tints of Claret #6D1B32
RGB
CMYK
RGB Variations
Color information
#6D1B32 (or 0x6D1B32) is known color: Claret. HEX triplet: 6D, 1B and 32. RGB value is (109,27,50). Sum of RGB (Red+Green+Blue) = 109+27+50=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1B32 is #92E4CD. Grayscale: #363636. Windows color (decimal): -9626830 or 3283821. OLE color: 3283821.
HSL color Cylindrical-coordinate representation of color #6D1B32: hue angle of 343.17º 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 #6D1B32 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 27 | 50 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.57 |
| HSL | 343.17º | 0.6% | 0.27% | - |
| HSV(B) | 343.17º | 0.75% | 0.43% | - |
| XYZ | 7.27 | 4.27 | 3.46 | - |
| YUV | 54.14 | 125.67 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 27 | 50 | 0 | 0.75 | 0.54 | 0.57 | 343.17 | 0.6 | 0.27 |
| Hex | 6D | 1B | 32 | 0 | 4B | 36 | 39 | 157 | 3C | 1B |
| Octal | 155 | 33 | 62 | 0 | 113 | 66 | 71 | 527 | 74 | 33 |
| Binary | 1101101 | 11011 | 110010 | 0 | 1001011 | 110110 | 111001 | 101010111 | 111100 | 11011 |
Color Harmonies of #6D1B32
Complementary color
Monochromatic Colors of #6D1B32
Black with #6D1B32
Text Example
Text Example
White with #6D1B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1B32; }
p { color: rgb(109,27,50); }
H1.HeaderClassName
{
color: #6D1B32;
}
.AnyTagClassName
{
color: #6D1B32;
}
</style>
background-color css
<style>
a { background-color: #6D1B32; }
a { background-color: rgb(109,27,50); }
div.DivClassName
{
background-color: #6D1B32;
}
.BgClassName
{
background-color: #6D1B32;
}
</style>
border-color css
<style>
span { border-color: #6D1B32; }
span { border-color: rgb(109,27,50); }
td.TdClassName
{
border-color: #6D1B32;
}
.TagClassName
{
border-color: #6D1B32;
}
</style>