Shades of Claret #6B182F
Tints of Claret #6B182F
RGB
CMYK
RGB Variations
Color information
#6B182F (or 0x6B182F) is known color: Claret. HEX triplet: 6B, 18 and 2F. RGB value is (107,24,47). Sum of RGB (Red+Green+Blue) = 107+24+47=178 (23% of max value = 765). Red value is 107 (42.19% from 255 or 60.11% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 107 - color contains mainly: red. Hex color #6B182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B182F is #94E7D0. Grayscale: #333333. Windows color (decimal): -9758673 or 3086443. OLE color: 3086443.
HSL color Cylindrical-coordinate representation of color #6B182F: hue angle of 343.37º degrees, saturation: 0.63, 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 #6B182F is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 24 | 47 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.58 |
| HSL | 343.37º | 0.63% | 0.26% | - |
| HSV(B) | 343.37º | 0.78% | 0.42% | - |
| XYZ | 6.9 | 3.98 | 3.09 | - |
| YUV | 51.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 24 | 47 | 0 | 0.78 | 0.56 | 0.58 | 343.37 | 0.63 | 0.26 |
| Hex | 6B | 18 | 2F | 0 | 4E | 38 | 3A | 157 | 3F | 1A |
| Octal | 153 | 30 | 57 | 0 | 116 | 70 | 72 | 527 | 77 | 32 |
| Binary | 1101011 | 11000 | 101111 | 0 | 1001110 | 111000 | 111010 | 101010111 | 111111 | 11010 |
Color Harmonies of #6B182F
Complementary color
Monochromatic Colors of #6B182F
Black with #6B182F
Text Example
Text Example
White with #6B182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B182F; }
p { color: rgb(107,24,47); }
H1.HeaderClassName
{
color: #6B182F;
}
.AnyTagClassName
{
color: #6B182F;
}
</style>
background-color css
<style>
a { background-color: #6B182F; }
a { background-color: rgb(107,24,47); }
div.DivClassName
{
background-color: #6B182F;
}
.BgClassName
{
background-color: #6B182F;
}
</style>
border-color css
<style>
span { border-color: #6B182F; }
span { border-color: rgb(107,24,47); }
td.TdClassName
{
border-color: #6B182F;
}
.TagClassName
{
border-color: #6B182F;
}
</style>