Shades of Christine #B3621B
Tints of Christine #B3621B
RGB
CMYK
RGB Variations
Color information
#B3621B (or 0xB3621B) is known color: Christine. HEX triplet: B3, 62 and 1B. RGB value is (179,98,27). Sum of RGB (Red+Green+Blue) = 179+98+27=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B3621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3621B is #4C9DE4. Grayscale: #727272. Windows color (decimal): -5021157 or 1794739. OLE color: 1794739.
HSL color Cylindrical-coordinate representation of color #B3621B: hue angle of 28.03º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3621B is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 98 | 27 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.30 |
| HSL | 28.03º | 0.74% | 0.4% | - |
| HSV(B) | 28.03º | 0.85% | 0.7% | - |
| XYZ | 23.16 | 18.4 | 3.37 | - |
| YUV | 114.13 | 78.84 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 98 | 27 | 0 | 0.45 | 0.85 | 0.30 | 28.03 | 0.74 | 0.4 |
| Hex | B3 | 62 | 1B | 0 | 2D | 55 | 1E | 1C | 4A | 28 |
| Octal | 263 | 142 | 33 | 0 | 55 | 125 | 36 | 34 | 112 | 50 |
| Binary | 10110011 | 1100010 | 11011 | 0 | 101101 | 1010101 | 11110 | 11100 | 1001010 | 101000 |
Color Harmonies of #B3621B
Complementary color
Monochromatic Colors of #B3621B
Black with #B3621B
Text Example
Text Example
White with #B3621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3621B; }
p { color: rgb(179,98,27); }
H1.HeaderClassName
{
color: #B3621B;
}
.AnyTagClassName
{
color: #B3621B;
}
</style>
background-color css
<style>
a { background-color: #B3621B; }
a { background-color: rgb(179,98,27); }
div.DivClassName
{
background-color: #B3621B;
}
.BgClassName
{
background-color: #B3621B;
}
</style>
border-color css
<style>
span { border-color: #B3621B; }
span { border-color: rgb(179,98,27); }
td.TdClassName
{
border-color: #B3621B;
}
.TagClassName
{
border-color: #B3621B;
}
</style>