Shades of Christine #BE581D
Tints of Christine #BE581D
RGB
CMYK
RGB Variations
Color information
#BE581D (or 0xBE581D) is known color: Christine. HEX triplet: BE, 58 and 1D. RGB value is (190,88,29). Sum of RGB (Red+Green+Blue) = 190+88+29=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE581D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE581D is #41A7E2. Grayscale: #707070. Windows color (decimal): -4302819 or 1923262. OLE color: 1923262.
HSL color Cylindrical-coordinate representation of color #BE581D: hue angle of 21.99º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE581D is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 88 | 29 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.25 |
| HSL | 21.99º | 0.74% | 0.43% | - |
| HSV(B) | 21.99º | 0.85% | 0.75% | - |
| XYZ | 24.95 | 18.02 | 3.32 | - |
| YUV | 111.77 | 81.29 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 88 | 29 | 0 | 0.54 | 0.85 | 0.25 | 21.99 | 0.74 | 0.43 |
| Hex | BE | 58 | 1D | 0 | 36 | 55 | 19 | 16 | 4A | 2B |
| Octal | 276 | 130 | 35 | 0 | 66 | 125 | 31 | 26 | 112 | 53 |
| Binary | 10111110 | 1011000 | 11101 | 0 | 110110 | 1010101 | 11001 | 10110 | 1001010 | 101011 |
Color Harmonies of #BE581D
Complementary color
Monochromatic Colors of #BE581D
Black with #BE581D
Text Example
Text Example
White with #BE581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE581D; }
p { color: rgb(190,88,29); }
H1.HeaderClassName
{
color: #BE581D;
}
.AnyTagClassName
{
color: #BE581D;
}
</style>
background-color css
<style>
a { background-color: #BE581D; }
a { background-color: rgb(190,88,29); }
div.DivClassName
{
background-color: #BE581D;
}
.BgClassName
{
background-color: #BE581D;
}
</style>
border-color css
<style>
span { border-color: #BE581D; }
span { border-color: rgb(190,88,29); }
td.TdClassName
{
border-color: #BE581D;
}
.TagClassName
{
border-color: #BE581D;
}
</style>