Shades of Claret #6B1230
Tints of Claret #6B1230
RGB
CMYK
RGB Variations
Color information
#6B1230 (or 0x6B1230) is known color: Claret. HEX triplet: 6B, 12 and 30. RGB value is (107,18,48). Sum of RGB (Red+Green+Blue) = 107+18+48=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1230 is #94EDCF. Grayscale: #303030. Windows color (decimal): -9760208 or 3150443. OLE color: 3150443.
HSL color Cylindrical-coordinate representation of color #6B1230: hue angle of 339.78º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1230 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 18 | 48 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.58 |
| HSL | 339.78º | 0.71% | 0.25% | - |
| HSV(B) | 339.78º | 0.83% | 0.42% | - |
| XYZ | 6.81 | 3.77 | 3.17 | - |
| YUV | 48.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 48 | 0 | 0.83 | 0.55 | 0.58 | 339.78 | 0.71 | 0.25 |
| Hex | 6B | 12 | 30 | 0 | 53 | 37 | 3A | 154 | 47 | 19 |
| Octal | 153 | 22 | 60 | 0 | 123 | 67 | 72 | 524 | 107 | 31 |
| Binary | 1101011 | 10010 | 110000 | 0 | 1010011 | 110111 | 111010 | 101010100 | 1000111 | 11001 |
Color Harmonies of #6B1230
Complementary color
Monochromatic Colors of #6B1230
Black with #6B1230
Text Example
Text Example
White with #6B1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1230; }
p { color: rgb(107,18,48); }
H1.HeaderClassName
{
color: #6B1230;
}
.AnyTagClassName
{
color: #6B1230;
}
</style>
background-color css
<style>
a { background-color: #6B1230; }
a { background-color: rgb(107,18,48); }
div.DivClassName
{
background-color: #6B1230;
}
.BgClassName
{
background-color: #6B1230;
}
</style>
border-color css
<style>
span { border-color: #6B1230; }
span { border-color: rgb(107,18,48); }
td.TdClassName
{
border-color: #6B1230;
}
.TagClassName
{
border-color: #6B1230;
}
</style>