Shades of Claret #76233B
Tints of Claret #76233B
RGB
CMYK
RGB Variations
Color information
#76233B (or 0x76233B) is known color: Claret. HEX triplet: 76, 23 and 3B. RGB value is (118,35,59). Sum of RGB (Red+Green+Blue) = 118+35+59=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #76233B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76233B is #89DCC4. Grayscale: #3E3E3E. Windows color (decimal): -9034949 or 3875702. OLE color: 3875702.
HSL color Cylindrical-coordinate representation of color #76233B: hue angle of 342.65º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76233B is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 59 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.54 |
| HSL | 342.65º | 0.54% | 0.3% | - |
| HSV(B) | 342.65º | 0.7% | 0.46% | - |
| XYZ | 8.86 | 5.37 | 4.71 | - |
| YUV | 62.55 | 126 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 59 | 0 | 0.70 | 0.50 | 0.54 | 342.65 | 0.54 | 0.3 |
| Hex | 76 | 23 | 3B | 0 | 46 | 32 | 36 | 157 | 36 | 1E |
| Octal | 166 | 43 | 73 | 0 | 106 | 62 | 66 | 527 | 66 | 36 |
| Binary | 1110110 | 100011 | 111011 | 0 | 1000110 | 110010 | 110110 | 101010111 | 110110 | 11110 |
Color Harmonies of #76233B
Complementary color
Monochromatic Colors of #76233B
Black with #76233B
Text Example
Text Example
White with #76233B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76233B; }
p { color: rgb(118,35,59); }
H1.HeaderClassName
{
color: #76233B;
}
.AnyTagClassName
{
color: #76233B;
}
</style>
background-color css
<style>
a { background-color: #76233B; }
a { background-color: rgb(118,35,59); }
div.DivClassName
{
background-color: #76233B;
}
.BgClassName
{
background-color: #76233B;
}
</style>
border-color css
<style>
span { border-color: #76233B; }
span { border-color: rgb(118,35,59); }
td.TdClassName
{
border-color: #76233B;
}
.TagClassName
{
border-color: #76233B;
}
</style>