Shades of Lusty #7B2B23
Tints of Lusty #7B2B23
RGB
CMYK
RGB Variations
Color information
#7B2B23 (or 0x7B2B23) is known color: Lusty. HEX triplet: 7B, 2B and 23. RGB value is (123,43,35). Sum of RGB (Red+Green+Blue) = 123+43+35=201 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.19% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2B23 is #84D4DC. Grayscale: #424242. Windows color (decimal): -8705245 or 2304891. OLE color: 2304891.
HSL color Cylindrical-coordinate representation of color #7B2B23: hue angle of 5.45º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2B23 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 43 | 35 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.52 |
| HSL | 5.45º | 0.56% | 0.31% | - |
| HSV(B) | 5.45º | 0.72% | 0.48% | - |
| XYZ | 9.34 | 6.06 | 2.27 | - |
| YUV | 66.01 | 110.5 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 43 | 35 | 0 | 0.65 | 0.72 | 0.52 | 5.45 | 0.56 | 0.31 |
| Hex | 7B | 2B | 23 | 0 | 41 | 48 | 34 | 5 | 38 | 1F |
| Octal | 173 | 53 | 43 | 0 | 101 | 110 | 64 | 5 | 70 | 37 |
| Binary | 1111011 | 101011 | 100011 | 0 | 1000001 | 1001000 | 110100 | 101 | 111000 | 11111 |
Color Harmonies of #7B2B23
Complementary color
Monochromatic Colors of #7B2B23
Black with #7B2B23
Text Example
Text Example
White with #7B2B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2B23; }
p { color: rgb(123,43,35); }
H1.HeaderClassName
{
color: #7B2B23;
}
.AnyTagClassName
{
color: #7B2B23;
}
</style>
background-color css
<style>
a { background-color: #7B2B23; }
a { background-color: rgb(123,43,35); }
div.DivClassName
{
background-color: #7B2B23;
}
.BgClassName
{
background-color: #7B2B23;
}
</style>
border-color css
<style>
span { border-color: #7B2B23; }
span { border-color: rgb(123,43,35); }
td.TdClassName
{
border-color: #7B2B23;
}
.TagClassName
{
border-color: #7B2B23;
}
</style>