#7B001B (or 0x7B001B) is unknown color: approx Burgundy. HEX triplet: 7B, 00 and 1B. RGB value is (123,0,27). Sum of RGB (Red+Green+Blue) = 123+0+27=150 (19% of max value = 765). Red value is 123 (48.44% from 255 or 82% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 123 - color contains mainly: red. Hex color #7B001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7B001B is #84FFE4. Grayscale: #272727. Windows color (decimal): -8716261 or 1769595. OLE color: 1769595.
HSL color Cylindrical-coordinate representation of color #7B001B: hue angle of 346.83º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B001B is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.52.
<style> p { color: #7B001B; } p { color: rgb(123,0,27); } H1.HeaderClassName { color: #7B001B; } .AnyTagClassName { color: #7B001B; } </style>
<style> a { background-color: #7B001B; } a { background-color: rgb(123,0,27); } div.DivClassName { background-color: #7B001B; } .BgClassName { background-color: #7B001B; } </style>
<style> span { border-color: #7B001B; } span { border-color: rgb(123,0,27); } td.TdClassName { border-color: #7B001B; } .TagClassName { border-color: #7B001B; } </style>