Shades of Christine #B7631C
Tints of Christine #B7631C
RGB
CMYK
RGB Variations
Color information
#B7631C (or 0xB7631C) is known color: Christine. HEX triplet: B7, 63 and 1C. RGB value is (183,99,28). Sum of RGB (Red+Green+Blue) = 183+99+28=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 28 (11.33% from 255 or 9.03% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7631C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7631C is #489CE3. Grayscale: #747474. Windows color (decimal): -4758756 or 1860535. OLE color: 1860535.
HSL color Cylindrical-coordinate representation of color #B7631C: hue angle of 27.48º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7631C is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 28 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.28 |
| HSL | 27.48º | 0.73% | 0.41% | - |
| HSV(B) | 27.48º | 0.85% | 0.72% | - |
| XYZ | 24.2 | 19.07 | 3.5 | - |
| YUV | 116.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 28 | 0 | 0.46 | 0.85 | 0.28 | 27.48 | 0.73 | 0.41 |
| Hex | B7 | 63 | 1C | 0 | 2E | 55 | 1C | 1B | 49 | 29 |
| Octal | 267 | 143 | 34 | 0 | 56 | 125 | 34 | 33 | 111 | 51 |
| Binary | 10110111 | 1100011 | 11100 | 0 | 101110 | 1010101 | 11100 | 11011 | 1001001 | 101001 |
Color Harmonies of #B7631C
Complementary color
Monochromatic Colors of #B7631C
Black with #B7631C
Text Example
Text Example
White with #B7631C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7631C; }
p { color: rgb(183,99,28); }
H1.HeaderClassName
{
color: #B7631C;
}
.AnyTagClassName
{
color: #B7631C;
}
</style>
background-color css
<style>
a { background-color: #B7631C; }
a { background-color: rgb(183,99,28); }
div.DivClassName
{
background-color: #B7631C;
}
.BgClassName
{
background-color: #B7631C;
}
</style>
border-color css
<style>
span { border-color: #B7631C; }
span { border-color: rgb(183,99,28); }
td.TdClassName
{
border-color: #B7631C;
}
.TagClassName
{
border-color: #B7631C;
}
</style>