Shades of Christine #B7641C
Tints of Christine #B7641C
RGB
CMYK
RGB Variations
Color information
#B7641C (or 0xB7641C) is known color: Christine. HEX triplet: B7, 64 and 1C. RGB value is (183,100,28). Sum of RGB (Red+Green+Blue) = 183+100+28=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 100 (39.45% from 255 or 32.15% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7641C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7641C is #489BE3. Grayscale: #747474. Windows color (decimal): -4758500 or 1860791. OLE color: 1860791.
HSL color Cylindrical-coordinate representation of color #B7641C: hue angle of 27.87º 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 #B7641C is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 28 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.28 |
| HSL | 27.87º | 0.73% | 0.41% | - |
| HSV(B) | 27.87º | 0.85% | 0.72% | - |
| XYZ | 24.3 | 19.27 | 3.54 | - |
| YUV | 116.61 | 78 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 28 | 0 | 0.45 | 0.85 | 0.28 | 27.87 | 0.73 | 0.41 |
| Hex | B7 | 64 | 1C | 0 | 2D | 55 | 1C | 1C | 49 | 29 |
| Octal | 267 | 144 | 34 | 0 | 55 | 125 | 34 | 34 | 111 | 51 |
| Binary | 10110111 | 1100100 | 11100 | 0 | 101101 | 1010101 | 11100 | 11100 | 1001001 | 101001 |
Color Harmonies of #B7641C
Complementary color
Monochromatic Colors of #B7641C
Black with #B7641C
Text Example
Text Example
White with #B7641C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7641C; }
p { color: rgb(183,100,28); }
H1.HeaderClassName
{
color: #B7641C;
}
.AnyTagClassName
{
color: #B7641C;
}
</style>
background-color css
<style>
a { background-color: #B7641C; }
a { background-color: rgb(183,100,28); }
div.DivClassName
{
background-color: #B7641C;
}
.BgClassName
{
background-color: #B7641C;
}
</style>
border-color css
<style>
span { border-color: #B7641C; }
span { border-color: rgb(183,100,28); }
td.TdClassName
{
border-color: #B7641C;
}
.TagClassName
{
border-color: #B7641C;
}
</style>