Shades of Claret #6C152F
Tints of Claret #6C152F
RGB
CMYK
RGB Variations
Color information
#6C152F (or 0x6C152F) is known color: Claret. HEX triplet: 6C, 15 and 2F. RGB value is (108,21,47). Sum of RGB (Red+Green+Blue) = 108+21+47=176 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.36% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 108 - color contains mainly: red. Hex color #6C152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C152F is #93EAD0. Grayscale: #313131. Windows color (decimal): -9693905 or 3085676. OLE color: 3085676.
HSL color Cylindrical-coordinate representation of color #6C152F: hue angle of 342.07º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C152F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 21 | 47 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.58 |
| HSL | 342.07º | 0.67% | 0.25% | - |
| HSV(B) | 342.07º | 0.81% | 0.42% | - |
| XYZ | 6.97 | 3.93 | 3.08 | - |
| YUV | 49.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 47 | 0 | 0.81 | 0.56 | 0.58 | 342.07 | 0.67 | 0.25 |
| Hex | 6C | 15 | 2F | 0 | 51 | 38 | 3A | 156 | 43 | 19 |
| Octal | 154 | 25 | 57 | 0 | 121 | 70 | 72 | 526 | 103 | 31 |
| Binary | 1101100 | 10101 | 101111 | 0 | 1010001 | 111000 | 111010 | 101010110 | 1000011 | 11001 |
Color Harmonies of #6C152F
Complementary color
Monochromatic Colors of #6C152F
Black with #6C152F
Text Example
Text Example
White with #6C152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C152F; }
p { color: rgb(108,21,47); }
H1.HeaderClassName
{
color: #6C152F;
}
.AnyTagClassName
{
color: #6C152F;
}
</style>
background-color css
<style>
a { background-color: #6C152F; }
a { background-color: rgb(108,21,47); }
div.DivClassName
{
background-color: #6C152F;
}
.BgClassName
{
background-color: #6C152F;
}
</style>
border-color css
<style>
span { border-color: #6C152F; }
span { border-color: rgb(108,21,47); }
td.TdClassName
{
border-color: #6C152F;
}
.TagClassName
{
border-color: #6C152F;
}
</style>