Shades of Claret #7B1B33
Tints of Claret #7B1B33
RGB
CMYK
RGB Variations
Color information
#7B1B33 (or 0x7B1B33) is known color: Claret. HEX triplet: 7B, 1B and 33. RGB value is (123,27,51). Sum of RGB (Red+Green+Blue) = 123+27+51=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 27 (10.94% from 255 or 13.43% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B1B33 is #84E4CC. Grayscale: #3A3A3A. Windows color (decimal): -8709325 or 3349371. OLE color: 3349371.
HSL color Cylindrical-coordinate representation of color #7B1B33: hue angle of 345º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B33 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 27 | 51 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.52 |
| HSL | 345º | 0.64% | 0.29% | - |
| HSV(B) | 345º | 0.78% | 0.48% | - |
| XYZ | 9.16 | 5.23 | 3.66 | - |
| YUV | 58.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 27 | 51 | 0 | 0.78 | 0.59 | 0.52 | 345 | 0.64 | 0.29 |
| Hex | 7B | 1B | 33 | 0 | 4E | 3B | 34 | 159 | 40 | 1D |
| Octal | 173 | 33 | 63 | 0 | 116 | 73 | 64 | 531 | 100 | 35 |
| Binary | 1111011 | 11011 | 110011 | 0 | 1001110 | 111011 | 110100 | 101011001 | 1000000 | 11101 |
Color Harmonies of #7B1B33
Complementary color
Monochromatic Colors of #7B1B33
Black with #7B1B33
Text Example
Text Example
White with #7B1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1B33; }
p { color: rgb(123,27,51); }
H1.HeaderClassName
{
color: #7B1B33;
}
.AnyTagClassName
{
color: #7B1B33;
}
</style>
background-color css
<style>
a { background-color: #7B1B33; }
a { background-color: rgb(123,27,51); }
div.DivClassName
{
background-color: #7B1B33;
}
.BgClassName
{
background-color: #7B1B33;
}
</style>
border-color css
<style>
span { border-color: #7B1B33; }
span { border-color: rgb(123,27,51); }
td.TdClassName
{
border-color: #7B1B33;
}
.TagClassName
{
border-color: #7B1B33;
}
</style>