Shades of Claret #76263B
Tints of Claret #76263B
RGB
CMYK
RGB Variations
Color information
#76263B (or 0x76263B) is known color: Claret. HEX triplet: 76, 26 and 3B. RGB value is (118,38,59). Sum of RGB (Red+Green+Blue) = 118+38+59=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76263B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76263B is #89D9C4. Grayscale: #404040. Windows color (decimal): -9034181 or 3876470. OLE color: 3876470.
HSL color Cylindrical-coordinate representation of color #76263B: hue angle of 344.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76263B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 38 | 59 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.54 |
| HSL | 344.25º | 0.51% | 0.31% | - |
| HSV(B) | 344.25º | 0.68% | 0.46% | - |
| XYZ | 8.95 | 5.55 | 4.74 | - |
| YUV | 64.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 38 | 59 | 0 | 0.68 | 0.50 | 0.54 | 344.25 | 0.51 | 0.31 |
| Hex | 76 | 26 | 3B | 0 | 44 | 32 | 36 | 158 | 33 | 1F |
| Octal | 166 | 46 | 73 | 0 | 104 | 62 | 66 | 530 | 63 | 37 |
| Binary | 1110110 | 100110 | 111011 | 0 | 1000100 | 110010 | 110110 | 101011000 | 110011 | 11111 |
Color Harmonies of #76263B
Complementary color
Monochromatic Colors of #76263B
Black with #76263B
Text Example
Text Example
White with #76263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76263B; }
p { color: rgb(118,38,59); }
H1.HeaderClassName
{
color: #76263B;
}
.AnyTagClassName
{
color: #76263B;
}
</style>
background-color css
<style>
a { background-color: #76263B; }
a { background-color: rgb(118,38,59); }
div.DivClassName
{
background-color: #76263B;
}
.BgClassName
{
background-color: #76263B;
}
</style>
border-color css
<style>
span { border-color: #76263B; }
span { border-color: rgb(118,38,59); }
td.TdClassName
{
border-color: #76263B;
}
.TagClassName
{
border-color: #76263B;
}
</style>