Shades of Claret #6C182D
Tints of Claret #6C182D
RGB
CMYK
RGB Variations
Color information
#6C182D (or 0x6C182D) is known color: Claret. HEX triplet: 6C, 18 and 2D. RGB value is (108,24,45). Sum of RGB (Red+Green+Blue) = 108+24+45=177 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.02% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 108 - color contains mainly: red. Hex color #6C182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C182D is #93E7D2. Grayscale: #333333. Windows color (decimal): -9693139 or 2955372. OLE color: 2955372.
HSL color Cylindrical-coordinate representation of color #6C182D: hue angle of 345º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C182D is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 24 | 45 | - |
| CMYK | 0 | 0.78 | 0.58 | 0.58 |
| HSL | 345º | 0.64% | 0.26% | - |
| HSV(B) | 345º | 0.78% | 0.42% | - |
| XYZ | 6.98 | 4.03 | 2.89 | - |
| YUV | 51.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 24 | 45 | 0 | 0.78 | 0.58 | 0.58 | 345 | 0.64 | 0.26 |
| Hex | 6C | 18 | 2D | 0 | 4E | 3A | 3A | 159 | 40 | 1A |
| Octal | 154 | 30 | 55 | 0 | 116 | 72 | 72 | 531 | 100 | 32 |
| Binary | 1101100 | 11000 | 101101 | 0 | 1001110 | 111010 | 111010 | 101011001 | 1000000 | 11010 |
Color Harmonies of #6C182D
Complementary color
Monochromatic Colors of #6C182D
Black with #6C182D
Text Example
Text Example
White with #6C182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C182D; }
p { color: rgb(108,24,45); }
H1.HeaderClassName
{
color: #6C182D;
}
.AnyTagClassName
{
color: #6C182D;
}
</style>
background-color css
<style>
a { background-color: #6C182D; }
a { background-color: rgb(108,24,45); }
div.DivClassName
{
background-color: #6C182D;
}
.BgClassName
{
background-color: #6C182D;
}
</style>
border-color css
<style>
span { border-color: #6C182D; }
span { border-color: rgb(108,24,45); }
td.TdClassName
{
border-color: #6C182D;
}
.TagClassName
{
border-color: #6C182D;
}
</style>