Shades of Christine #B4631D
Tints of Christine #B4631D
RGB
CMYK
RGB Variations
Color information
#B4631D (or 0xB4631D) is known color: Christine. HEX triplet: B4, 63 and 1D. RGB value is (180,99,29). Sum of RGB (Red+Green+Blue) = 180+99+29=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4631D is #4B9CE2. Grayscale: #737373. Windows color (decimal): -4955363 or 1926068. OLE color: 1926068.
HSL color Cylindrical-coordinate representation of color #B4631D: hue angle of 27.81º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4631D is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 99 | 29 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.29 |
| HSL | 27.81º | 0.72% | 0.41% | - |
| HSV(B) | 27.81º | 0.84% | 0.71% | - |
| XYZ | 23.51 | 18.72 | 3.54 | - |
| YUV | 115.24 | 79.34 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 99 | 29 | 0 | 0.45 | 0.84 | 0.29 | 27.81 | 0.72 | 0.41 |
| Hex | B4 | 63 | 1D | 0 | 2D | 54 | 1D | 1C | 48 | 29 |
| Octal | 264 | 143 | 35 | 0 | 55 | 124 | 35 | 34 | 110 | 51 |
| Binary | 10110100 | 1100011 | 11101 | 0 | 101101 | 1010100 | 11101 | 11100 | 1001000 | 101001 |
Color Harmonies of #B4631D
Complementary color
Monochromatic Colors of #B4631D
Black with #B4631D
Text Example
Text Example
White with #B4631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4631D; }
p { color: rgb(180,99,29); }
H1.HeaderClassName
{
color: #B4631D;
}
.AnyTagClassName
{
color: #B4631D;
}
</style>
background-color css
<style>
a { background-color: #B4631D; }
a { background-color: rgb(180,99,29); }
div.DivClassName
{
background-color: #B4631D;
}
.BgClassName
{
background-color: #B4631D;
}
</style>
border-color css
<style>
span { border-color: #B4631D; }
span { border-color: rgb(180,99,29); }
td.TdClassName
{
border-color: #B4631D;
}
.TagClassName
{
border-color: #B4631D;
}
</style>