Shades of Claret #6B152D
Tints of Claret #6B152D
RGB
CMYK
RGB Variations
Color information
#6B152D (or 0x6B152D) is known color: Claret. HEX triplet: 6B, 15 and 2D. RGB value is (107,21,45). Sum of RGB (Red+Green+Blue) = 107+21+45=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B152D is #94EAD2. Grayscale: #313131. Windows color (decimal): -9759443 or 2954603. OLE color: 2954603.
HSL color Cylindrical-coordinate representation of color #6B152D: hue angle of 343.26º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B152D is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 21 | 45 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.58 |
| HSL | 343.26º | 0.67% | 0.25% | - |
| HSV(B) | 343.26º | 0.8% | 0.42% | - |
| XYZ | 6.81 | 3.85 | 2.87 | - |
| YUV | 49.45 | 125.49 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 21 | 45 | 0 | 0.80 | 0.58 | 0.58 | 343.26 | 0.67 | 0.25 |
| Hex | 6B | 15 | 2D | 0 | 50 | 3A | 3A | 157 | 43 | 19 |
| Octal | 153 | 25 | 55 | 0 | 120 | 72 | 72 | 527 | 103 | 31 |
| Binary | 1101011 | 10101 | 101101 | 0 | 1010000 | 111010 | 111010 | 101010111 | 1000011 | 11001 |
Color Harmonies of #6B152D
Complementary color
Monochromatic Colors of #6B152D
Black with #6B152D
Text Example
Text Example
White with #6B152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B152D; }
p { color: rgb(107,21,45); }
H1.HeaderClassName
{
color: #6B152D;
}
.AnyTagClassName
{
color: #6B152D;
}
</style>
background-color css
<style>
a { background-color: #6B152D; }
a { background-color: rgb(107,21,45); }
div.DivClassName
{
background-color: #6B152D;
}
.BgClassName
{
background-color: #6B152D;
}
</style>
border-color css
<style>
span { border-color: #6B152D; }
span { border-color: rgb(107,21,45); }
td.TdClassName
{
border-color: #6B152D;
}
.TagClassName
{
border-color: #6B152D;
}
</style>