Shades of Claret #6C1D36
Tints of Claret #6C1D36
RGB
CMYK
RGB Variations
Color information
#6C1D36 (or 0x6C1D36) is known color: Claret. HEX triplet: 6C, 1D and 36. RGB value is (108,29,54). Sum of RGB (Red+Green+Blue) = 108+29+54=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 54 (21.48% from 255 or 28.27% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1D36 is #93E2C9. Grayscale: #373737. Windows color (decimal): -9691850 or 3546476. OLE color: 3546476.
HSL color Cylindrical-coordinate representation of color #6C1D36: hue angle of 341.01º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1D36 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 29 | 54 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.58 |
| HSL | 341.01º | 0.58% | 0.27% | - |
| HSV(B) | 341.01º | 0.73% | 0.42% | - |
| XYZ | 7.29 | 4.33 | 3.94 | - |
| YUV | 55.47 | 127.17 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 54 | 0 | 0.73 | 0.50 | 0.58 | 341.01 | 0.58 | 0.27 |
| Hex | 6C | 1D | 36 | 0 | 49 | 32 | 3A | 155 | 3A | 1B |
| Octal | 154 | 35 | 66 | 0 | 111 | 62 | 72 | 525 | 72 | 33 |
| Binary | 1101100 | 11101 | 110110 | 0 | 1001001 | 110010 | 111010 | 101010101 | 111010 | 11011 |
Color Harmonies of #6C1D36
Complementary color
Monochromatic Colors of #6C1D36
Black with #6C1D36
Text Example
Text Example
White with #6C1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1D36; }
p { color: rgb(108,29,54); }
H1.HeaderClassName
{
color: #6C1D36;
}
.AnyTagClassName
{
color: #6C1D36;
}
</style>
background-color css
<style>
a { background-color: #6C1D36; }
a { background-color: rgb(108,29,54); }
div.DivClassName
{
background-color: #6C1D36;
}
.BgClassName
{
background-color: #6C1D36;
}
</style>
border-color css
<style>
span { border-color: #6C1D36; }
span { border-color: rgb(108,29,54); }
td.TdClassName
{
border-color: #6C1D36;
}
.TagClassName
{
border-color: #6C1D36;
}
</style>