Shades of Christine #B1621B
Tints of Christine #B1621B
RGB
CMYK
RGB Variations
Color information
#B1621B (or 0xB1621B) is known color: Christine. HEX triplet: B1, 62 and 1B. RGB value is (177,98,27). Sum of RGB (Red+Green+Blue) = 177+98+27=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1621B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1621B is #4E9DE4. Grayscale: #717171. Windows color (decimal): -5152229 or 1794737. OLE color: 1794737.
HSL color Cylindrical-coordinate representation of color #B1621B: hue angle of 28.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1621B is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 27 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.31 |
| HSL | 28.4º | 0.74% | 0.4% | - |
| HSV(B) | 28.4º | 0.85% | 0.69% | - |
| XYZ | 22.7 | 18.16 | 3.35 | - |
| YUV | 113.53 | 79.17 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 27 | 0 | 0.45 | 0.85 | 0.31 | 28.4 | 0.74 | 0.4 |
| Hex | B1 | 62 | 1B | 0 | 2D | 55 | 1F | 1C | 4A | 28 |
| Octal | 261 | 142 | 33 | 0 | 55 | 125 | 37 | 34 | 112 | 50 |
| Binary | 10110001 | 1100010 | 11011 | 0 | 101101 | 1010101 | 11111 | 11100 | 1001010 | 101000 |
Color Harmonies of #B1621B
Complementary color
Monochromatic Colors of #B1621B
Black with #B1621B
Text Example
Text Example
White with #B1621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1621B; }
p { color: rgb(177,98,27); }
H1.HeaderClassName
{
color: #B1621B;
}
.AnyTagClassName
{
color: #B1621B;
}
</style>
background-color css
<style>
a { background-color: #B1621B; }
a { background-color: rgb(177,98,27); }
div.DivClassName
{
background-color: #B1621B;
}
.BgClassName
{
background-color: #B1621B;
}
</style>
border-color css
<style>
span { border-color: #B1621B; }
span { border-color: rgb(177,98,27); }
td.TdClassName
{
border-color: #B1621B;
}
.TagClassName
{
border-color: #B1621B;
}
</style>