Shades of Claret #78263B
Tints of Claret #78263B
RGB
CMYK
RGB Variations
Color information
#78263B (or 0x78263B) is known color: Claret. HEX triplet: 78, 26 and 3B. RGB value is (120,38,59). Sum of RGB (Red+Green+Blue) = 120+38+59=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78263B is #87D9C4. Grayscale: #404040. Windows color (decimal): -8903109 or 3876472. OLE color: 3876472.
HSL color Cylindrical-coordinate representation of color #78263B: hue angle of 344.63º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78263B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 38 | 59 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.53 |
| HSL | 344.63º | 0.52% | 0.31% | - |
| HSV(B) | 344.63º | 0.68% | 0.47% | - |
| XYZ | 9.23 | 5.7 | 4.75 | - |
| YUV | 64.91 | 124.67 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 38 | 59 | 0 | 0.68 | 0.51 | 0.53 | 344.63 | 0.52 | 0.31 |
| Hex | 78 | 26 | 3B | 0 | 44 | 33 | 35 | 159 | 34 | 1F |
| Octal | 170 | 46 | 73 | 0 | 104 | 63 | 65 | 531 | 64 | 37 |
| Binary | 1111000 | 100110 | 111011 | 0 | 1000100 | 110011 | 110101 | 101011001 | 110100 | 11111 |
Color Harmonies of #78263B
Complementary color
Monochromatic Colors of #78263B
Black with #78263B
Text Example
Text Example
White with #78263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78263B; }
p { color: rgb(120,38,59); }
H1.HeaderClassName
{
color: #78263B;
}
.AnyTagClassName
{
color: #78263B;
}
</style>
background-color css
<style>
a { background-color: #78263B; }
a { background-color: rgb(120,38,59); }
div.DivClassName
{
background-color: #78263B;
}
.BgClassName
{
background-color: #78263B;
}
</style>
border-color css
<style>
span { border-color: #78263B; }
span { border-color: rgb(120,38,59); }
td.TdClassName
{
border-color: #78263B;
}
.TagClassName
{
border-color: #78263B;
}
</style>