Shades of Christine #B3631F
Tints of Christine #B3631F
RGB
CMYK
RGB Variations
Color information
#B3631F (or 0xB3631F) is known color: Christine. HEX triplet: B3, 63 and 1F. RGB value is (179,99,31). Sum of RGB (Red+Green+Blue) = 179+99+31=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3631F is #4C9CE0. Grayscale: #737373. Windows color (decimal): -5020897 or 2057139. OLE color: 2057139.
HSL color Cylindrical-coordinate representation of color #B3631F: hue angle of 27.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3631F is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 31 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.30 |
| HSL | 27.57º | 0.7% | 0.41% | - |
| HSV(B) | 27.57º | 0.83% | 0.7% | - |
| XYZ | 23.3 | 18.61 | 3.66 | - |
| YUV | 115.17 | 80.5 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 31 | 0 | 0.45 | 0.83 | 0.30 | 27.57 | 0.7 | 0.41 |
| Hex | B3 | 63 | 1F | 0 | 2D | 53 | 1E | 1C | 46 | 29 |
| Octal | 263 | 143 | 37 | 0 | 55 | 123 | 36 | 34 | 106 | 51 |
| Binary | 10110011 | 1100011 | 11111 | 0 | 101101 | 1010011 | 11110 | 11100 | 1000110 | 101001 |
Color Harmonies of #B3631F
Complementary color
Monochromatic Colors of #B3631F
Black with #B3631F
Text Example
Text Example
White with #B3631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3631F; }
p { color: rgb(179,99,31); }
H1.HeaderClassName
{
color: #B3631F;
}
.AnyTagClassName
{
color: #B3631F;
}
</style>
background-color css
<style>
a { background-color: #B3631F; }
a { background-color: rgb(179,99,31); }
div.DivClassName
{
background-color: #B3631F;
}
.BgClassName
{
background-color: #B3631F;
}
</style>
border-color css
<style>
span { border-color: #B3631F; }
span { border-color: rgb(179,99,31); }
td.TdClassName
{
border-color: #B3631F;
}
.TagClassName
{
border-color: #B3631F;
}
</style>