Shades of Claret #6B1330
Tints of Claret #6B1330
RGB
CMYK
RGB Variations
Color information
#6B1330 (or 0x6B1330) is known color: Claret. HEX triplet: 6B, 13 and 30. RGB value is (107,19,48). Sum of RGB (Red+Green+Blue) = 107+19+48=174 (23% of max value = 765). Red value is 107 (42.19% from 255 or 61.49% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 48 (19.14% from 255 or 27.59% from 174); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1330 is #94ECCF. Grayscale: #303030. Windows color (decimal): -9759952 or 3150699. OLE color: 3150699.
HSL color Cylindrical-coordinate representation of color #6B1330: hue angle of 340.23º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B1330 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 19 | 48 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.58 |
| HSL | 340.23º | 0.7% | 0.25% | - |
| HSV(B) | 340.23º | 0.82% | 0.42% | - |
| XYZ | 6.83 | 3.8 | 3.17 | - |
| YUV | 48.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 19 | 48 | 0 | 0.82 | 0.55 | 0.58 | 340.23 | 0.7 | 0.25 |
| Hex | 6B | 13 | 30 | 0 | 52 | 37 | 3A | 154 | 46 | 19 |
| Octal | 153 | 23 | 60 | 0 | 122 | 67 | 72 | 524 | 106 | 31 |
| Binary | 1101011 | 10011 | 110000 | 0 | 1010010 | 110111 | 111010 | 101010100 | 1000110 | 11001 |
Color Harmonies of #6B1330
Complementary color
Monochromatic Colors of #6B1330
Black with #6B1330
Text Example
Text Example
White with #6B1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1330; }
p { color: rgb(107,19,48); }
H1.HeaderClassName
{
color: #6B1330;
}
.AnyTagClassName
{
color: #6B1330;
}
</style>
background-color css
<style>
a { background-color: #6B1330; }
a { background-color: rgb(107,19,48); }
div.DivClassName
{
background-color: #6B1330;
}
.BgClassName
{
background-color: #6B1330;
}
</style>
border-color css
<style>
span { border-color: #6B1330; }
span { border-color: rgb(107,19,48); }
td.TdClassName
{
border-color: #6B1330;
}
.TagClassName
{
border-color: #6B1330;
}
</style>