Shades of Claret #791B35
Tints of Claret #791B35
RGB
CMYK
RGB Variations
Color information
#791B35 (or 0x791B35) is known color: Claret. HEX triplet: 79, 1B and 35. RGB value is (121,27,53). Sum of RGB (Red+Green+Blue) = 121+27+53=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #791B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791B35 is #86E4CA. Grayscale: #3A3A3A. Windows color (decimal): -8840395 or 3480441. OLE color: 3480441.
HSL color Cylindrical-coordinate representation of color #791B35: hue angle of 343.4º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791B35 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 27 | 53 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.53 |
| HSL | 343.4º | 0.64% | 0.29% | - |
| HSV(B) | 343.4º | 0.78% | 0.47% | - |
| XYZ | 8.92 | 5.11 | 3.88 | - |
| YUV | 58.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 27 | 53 | 0 | 0.78 | 0.56 | 0.53 | 343.4 | 0.64 | 0.29 |
| Hex | 79 | 1B | 35 | 0 | 4E | 38 | 35 | 157 | 40 | 1D |
| Octal | 171 | 33 | 65 | 0 | 116 | 70 | 65 | 527 | 100 | 35 |
| Binary | 1111001 | 11011 | 110101 | 0 | 1001110 | 111000 | 110101 | 101010111 | 1000000 | 11101 |
Color Harmonies of #791B35
Complementary color
Monochromatic Colors of #791B35
Black with #791B35
Text Example
Text Example
White with #791B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791B35; }
p { color: rgb(121,27,53); }
H1.HeaderClassName
{
color: #791B35;
}
.AnyTagClassName
{
color: #791B35;
}
</style>
background-color css
<style>
a { background-color: #791B35; }
a { background-color: rgb(121,27,53); }
div.DivClassName
{
background-color: #791B35;
}
.BgClassName
{
background-color: #791B35;
}
</style>
border-color css
<style>
span { border-color: #791B35; }
span { border-color: rgb(121,27,53); }
td.TdClassName
{
border-color: #791B35;
}
.TagClassName
{
border-color: #791B35;
}
</style>