Shades of Christine #BD591D
Tints of Christine #BD591D
RGB
CMYK
RGB Variations
Color information
#BD591D (or 0xBD591D) is known color: Christine. HEX triplet: BD, 59 and 1D. RGB value is (189,89,29). Sum of RGB (Red+Green+Blue) = 189+89+29=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD591D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD591D is #42A6E2. Grayscale: #707070. Windows color (decimal): -4368099 or 1923517. OLE color: 1923517.
HSL color Cylindrical-coordinate representation of color #BD591D: hue angle of 22.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD591D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 29 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.26 |
| HSL | 22.5º | 0.73% | 0.43% | - |
| HSV(B) | 22.5º | 0.85% | 0.74% | - |
| XYZ | 24.78 | 18.05 | 3.34 | - |
| YUV | 112.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 29 | 0 | 0.53 | 0.85 | 0.26 | 22.5 | 0.73 | 0.43 |
| Hex | BD | 59 | 1D | 0 | 35 | 55 | 1A | 16 | 49 | 2B |
| Octal | 275 | 131 | 35 | 0 | 65 | 125 | 32 | 26 | 111 | 53 |
| Binary | 10111101 | 1011001 | 11101 | 0 | 110101 | 1010101 | 11010 | 10110 | 1001001 | 101011 |
Color Harmonies of #BD591D
Complementary color
Monochromatic Colors of #BD591D
Black with #BD591D
Text Example
Text Example
White with #BD591D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD591D; }
p { color: rgb(189,89,29); }
H1.HeaderClassName
{
color: #BD591D;
}
.AnyTagClassName
{
color: #BD591D;
}
</style>
background-color css
<style>
a { background-color: #BD591D; }
a { background-color: rgb(189,89,29); }
div.DivClassName
{
background-color: #BD591D;
}
.BgClassName
{
background-color: #BD591D;
}
</style>
border-color css
<style>
span { border-color: #BD591D; }
span { border-color: rgb(189,89,29); }
td.TdClassName
{
border-color: #BD591D;
}
.TagClassName
{
border-color: #BD591D;
}
</style>