Shades of Christine #B5621C
Tints of Christine #B5621C
RGB
CMYK
RGB Variations
Color information
#B5621C (or 0xB5621C) is known color: Christine. HEX triplet: B5, 62 and 1C. RGB value is (181,98,28). Sum of RGB (Red+Green+Blue) = 181+98+28=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 28 (11.33% from 255 or 9.12% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B5621C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5621C is #4A9DE3. Grayscale: #737373. Windows color (decimal): -4890084 or 1860277. OLE color: 1860277.
HSL color Cylindrical-coordinate representation of color #B5621C: hue angle of 27.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5621C is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 28 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.29 |
| HSL | 27.45º | 0.73% | 0.41% | - |
| HSV(B) | 27.45º | 0.85% | 0.71% | - |
| XYZ | 23.63 | 18.64 | 3.45 | - |
| YUV | 114.84 | 79 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 28 | 0 | 0.46 | 0.85 | 0.29 | 27.45 | 0.73 | 0.41 |
| Hex | B5 | 62 | 1C | 0 | 2E | 55 | 1D | 1B | 49 | 29 |
| Octal | 265 | 142 | 34 | 0 | 56 | 125 | 35 | 33 | 111 | 51 |
| Binary | 10110101 | 1100010 | 11100 | 0 | 101110 | 1010101 | 11101 | 11011 | 1001001 | 101001 |
Color Harmonies of #B5621C
Complementary color
Monochromatic Colors of #B5621C
Black with #B5621C
Text Example
Text Example
White with #B5621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5621C; }
p { color: rgb(181,98,28); }
H1.HeaderClassName
{
color: #B5621C;
}
.AnyTagClassName
{
color: #B5621C;
}
</style>
background-color css
<style>
a { background-color: #B5621C; }
a { background-color: rgb(181,98,28); }
div.DivClassName
{
background-color: #B5621C;
}
.BgClassName
{
background-color: #B5621C;
}
</style>
border-color css
<style>
span { border-color: #B5621C; }
span { border-color: rgb(181,98,28); }
td.TdClassName
{
border-color: #B5621C;
}
.TagClassName
{
border-color: #B5621C;
}
</style>