Shades of Christine #B1621A
Tints of Christine #B1621A
RGB
CMYK
RGB Variations
Color information
#B1621A (or 0xB1621A) is known color: Christine. HEX triplet: B1, 62 and 1A. RGB value is (177,98,26). Sum of RGB (Red+Green+Blue) = 177+98+26=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B1621A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1621A is #4E9DE5. Grayscale: #717171. Windows color (decimal): -5152230 or 1729201. OLE color: 1729201.
HSL color Cylindrical-coordinate representation of color #B1621A: hue angle of 28.61º 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 #B1621A is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 98 | 26 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.31 |
| HSL | 28.61º | 0.74% | 0.4% | - |
| HSV(B) | 28.61º | 0.85% | 0.69% | - |
| XYZ | 22.69 | 18.16 | 3.29 | - |
| YUV | 113.41 | 78.67 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 98 | 26 | 0 | 0.45 | 0.85 | 0.31 | 28.61 | 0.74 | 0.4 |
| Hex | B1 | 62 | 1A | 0 | 2D | 55 | 1F | 1D | 4A | 28 |
| Octal | 261 | 142 | 32 | 0 | 55 | 125 | 37 | 35 | 112 | 50 |
| Binary | 10110001 | 1100010 | 11010 | 0 | 101101 | 1010101 | 11111 | 11101 | 1001010 | 101000 |
Color Harmonies of #B1621A
Complementary color
Monochromatic Colors of #B1621A
Black with #B1621A
Text Example
Text Example
White with #B1621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1621A; }
p { color: rgb(177,98,26); }
H1.HeaderClassName
{
color: #B1621A;
}
.AnyTagClassName
{
color: #B1621A;
}
</style>
background-color css
<style>
a { background-color: #B1621A; }
a { background-color: rgb(177,98,26); }
div.DivClassName
{
background-color: #B1621A;
}
.BgClassName
{
background-color: #B1621A;
}
</style>
border-color css
<style>
span { border-color: #B1621A; }
span { border-color: rgb(177,98,26); }
td.TdClassName
{
border-color: #B1621A;
}
.TagClassName
{
border-color: #B1621A;
}
</style>