Shades of Claret #781B3B
Tints of Claret #781B3B
RGB
CMYK
RGB Variations
Color information
#781B3B (or 0x781B3B) is known color: Claret. HEX triplet: 78, 1B and 3B. RGB value is (120,27,59). Sum of RGB (Red+Green+Blue) = 120+27+59=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 27 (10.94% from 255 or 13.11% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #781B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B3B is #87E4C4. Grayscale: #3A3A3A. Windows color (decimal): -8905925 or 3873656. OLE color: 3873656.
HSL color Cylindrical-coordinate representation of color #781B3B: hue angle of 339.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B3B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 59 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.53 |
| HSL | 339.35º | 0.63% | 0.29% | - |
| HSV(B) | 339.35º | 0.78% | 0.47% | - |
| XYZ | 8.93 | 5.09 | 4.65 | - |
| YUV | 58.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 59 | 0 | 0.78 | 0.51 | 0.53 | 339.35 | 0.63 | 0.29 |
| Hex | 78 | 1B | 3B | 0 | 4E | 33 | 35 | 153 | 3F | 1D |
| Octal | 170 | 33 | 73 | 0 | 116 | 63 | 65 | 523 | 77 | 35 |
| Binary | 1111000 | 11011 | 111011 | 0 | 1001110 | 110011 | 110101 | 101010011 | 111111 | 11101 |
Color Harmonies of #781B3B
Complementary color
Monochromatic Colors of #781B3B
Black with #781B3B
Text Example
Text Example
White with #781B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B3B; }
p { color: rgb(120,27,59); }
H1.HeaderClassName
{
color: #781B3B;
}
.AnyTagClassName
{
color: #781B3B;
}
</style>
background-color css
<style>
a { background-color: #781B3B; }
a { background-color: rgb(120,27,59); }
div.DivClassName
{
background-color: #781B3B;
}
.BgClassName
{
background-color: #781B3B;
}
</style>
border-color css
<style>
span { border-color: #781B3B; }
span { border-color: rgb(120,27,59); }
td.TdClassName
{
border-color: #781B3B;
}
.TagClassName
{
border-color: #781B3B;
}
</style>