Shades of Claret #761B3B
Tints of Claret #761B3B
RGB
CMYK
RGB Variations
Color information
#761B3B (or 0x761B3B) is known color: Claret. HEX triplet: 76, 1B and 3B. RGB value is (118,27,59). Sum of RGB (Red+Green+Blue) = 118+27+59=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #761B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761B3B is #89E4C4. Grayscale: #393939. Windows color (decimal): -9036997 or 3873654. OLE color: 3873654.
HSL color Cylindrical-coordinate representation of color #761B3B: hue angle of 338.9º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #761B3B is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 27 | 59 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.54 |
| HSL | 338.9º | 0.63% | 0.28% | - |
| HSV(B) | 338.9º | 0.77% | 0.46% | - |
| XYZ | 8.65 | 4.95 | 4.64 | - |
| YUV | 57.86 | 128.65 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 59 | 0 | 0.77 | 0.50 | 0.54 | 338.9 | 0.63 | 0.28 |
| Hex | 76 | 1B | 3B | 0 | 4D | 32 | 36 | 153 | 3F | 1C |
| Octal | 166 | 33 | 73 | 0 | 115 | 62 | 66 | 523 | 77 | 34 |
| Binary | 1110110 | 11011 | 111011 | 0 | 1001101 | 110010 | 110110 | 101010011 | 111111 | 11100 |
Color Harmonies of #761B3B
Complementary color
Monochromatic Colors of #761B3B
Black with #761B3B
Text Example
Text Example
White with #761B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761B3B; }
p { color: rgb(118,27,59); }
H1.HeaderClassName
{
color: #761B3B;
}
.AnyTagClassName
{
color: #761B3B;
}
</style>
background-color css
<style>
a { background-color: #761B3B; }
a { background-color: rgb(118,27,59); }
div.DivClassName
{
background-color: #761B3B;
}
.BgClassName
{
background-color: #761B3B;
}
</style>
border-color css
<style>
span { border-color: #761B3B; }
span { border-color: rgb(118,27,59); }
td.TdClassName
{
border-color: #761B3B;
}
.TagClassName
{
border-color: #761B3B;
}
</style>