Shades of Claret #6A1433
Tints of Claret #6A1433
RGB
CMYK
RGB Variations
Color information
#6A1433 (or 0x6A1433) is known color: Claret. HEX triplet: 6A, 14 and 33. RGB value is (106,20,51). Sum of RGB (Red+Green+Blue) = 106+20+51=177 (23% of max value = 765). Red value is 106 (41.80% from 255 or 59.89% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1433 is #95EBCC. Grayscale: #313131. Windows color (decimal): -9825229 or 3347562. OLE color: 3347562.
HSL color Cylindrical-coordinate representation of color #6A1433: hue angle of 338.37º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A1433 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 20 | 51 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.58 |
| HSL | 338.37º | 0.68% | 0.25% | - |
| HSV(B) | 338.37º | 0.81% | 0.42% | - |
| XYZ | 6.79 | 3.8 | 3.51 | - |
| YUV | 49.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 51 | 0 | 0.81 | 0.52 | 0.58 | 338.37 | 0.68 | 0.25 |
| Hex | 6A | 14 | 33 | 0 | 51 | 34 | 3A | 152 | 44 | 19 |
| Octal | 152 | 24 | 63 | 0 | 121 | 64 | 72 | 522 | 104 | 31 |
| Binary | 1101010 | 10100 | 110011 | 0 | 1010001 | 110100 | 111010 | 101010010 | 1000100 | 11001 |
Color Harmonies of #6A1433
Complementary color
Monochromatic Colors of #6A1433
Black with #6A1433
Text Example
Text Example
White with #6A1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1433; }
p { color: rgb(106,20,51); }
H1.HeaderClassName
{
color: #6A1433;
}
.AnyTagClassName
{
color: #6A1433;
}
</style>
background-color css
<style>
a { background-color: #6A1433; }
a { background-color: rgb(106,20,51); }
div.DivClassName
{
background-color: #6A1433;
}
.BgClassName
{
background-color: #6A1433;
}
</style>
border-color css
<style>
span { border-color: #6A1433; }
span { border-color: rgb(106,20,51); }
td.TdClassName
{
border-color: #6A1433;
}
.TagClassName
{
border-color: #6A1433;
}
</style>