Shades of Claret #6C132F
Tints of Claret #6C132F
RGB
CMYK
RGB Variations
Color information
#6C132F (or 0x6C132F) is known color: Claret. HEX triplet: 6C, 13 and 2F. RGB value is (108,19,47). Sum of RGB (Red+Green+Blue) = 108+19+47=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C132F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C132F is #93ECD0. Grayscale: #303030. Windows color (decimal): -9694417 or 3085164. OLE color: 3085164.
HSL color Cylindrical-coordinate representation of color #6C132F: hue angle of 341.12º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C132F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 19 | 47 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.58 |
| HSL | 341.12º | 0.7% | 0.25% | - |
| HSV(B) | 341.12º | 0.82% | 0.42% | - |
| XYZ | 6.93 | 3.86 | 3.07 | - |
| YUV | 48.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 19 | 47 | 0 | 0.82 | 0.56 | 0.58 | 341.12 | 0.7 | 0.25 |
| Hex | 6C | 13 | 2F | 0 | 52 | 38 | 3A | 155 | 46 | 19 |
| Octal | 154 | 23 | 57 | 0 | 122 | 70 | 72 | 525 | 106 | 31 |
| Binary | 1101100 | 10011 | 101111 | 0 | 1010010 | 111000 | 111010 | 101010101 | 1000110 | 11001 |
Color Harmonies of #6C132F
Complementary color
Monochromatic Colors of #6C132F
Black with #6C132F
Text Example
Text Example
White with #6C132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C132F; }
p { color: rgb(108,19,47); }
H1.HeaderClassName
{
color: #6C132F;
}
.AnyTagClassName
{
color: #6C132F;
}
</style>
background-color css
<style>
a { background-color: #6C132F; }
a { background-color: rgb(108,19,47); }
div.DivClassName
{
background-color: #6C132F;
}
.BgClassName
{
background-color: #6C132F;
}
</style>
border-color css
<style>
span { border-color: #6C132F; }
span { border-color: rgb(108,19,47); }
td.TdClassName
{
border-color: #6C132F;
}
.TagClassName
{
border-color: #6C132F;
}
</style>