Shades of Bright Red #951831
Tints of Bright Red #951831
RGB
CMYK
RGB Variations
Color information
#951831 (or 0x951831) is known color: Bright Red. HEX triplet: 95, 18 and 31. RGB value is (149,24,49). Sum of RGB (Red+Green+Blue) = 149+24+49=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #951831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951831 is #6AE7CE. Grayscale: #404040. Windows color (decimal): -7006159 or 3217557. OLE color: 3217557.
HSL color Cylindrical-coordinate representation of color #951831: hue angle of 348º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951831 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 49 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.42 |
| HSL | 348º | 0.72% | 0.34% | - |
| HSV(B) | 348º | 0.84% | 0.58% | - |
| XYZ | 13.28 | 7.26 | 3.61 | - |
| YUV | 64.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 49 | 0 | 0.84 | 0.67 | 0.42 | 348 | 0.72 | 0.34 |
| Hex | 95 | 18 | 31 | 0 | 54 | 43 | 2A | 15C | 48 | 22 |
| Octal | 225 | 30 | 61 | 0 | 124 | 103 | 52 | 534 | 110 | 42 |
| Binary | 10010101 | 11000 | 110001 | 0 | 1010100 | 1000011 | 101010 | 101011100 | 1001000 | 100010 |
Color Harmonies of #951831
Complementary color
Monochromatic Colors of #951831
Black with #951831
Text Example
Text Example
White with #951831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951831; }
p { color: rgb(149,24,49); }
H1.HeaderClassName
{
color: #951831;
}
.AnyTagClassName
{
color: #951831;
}
</style>
background-color css
<style>
a { background-color: #951831; }
a { background-color: rgb(149,24,49); }
div.DivClassName
{
background-color: #951831;
}
.BgClassName
{
background-color: #951831;
}
</style>
border-color css
<style>
span { border-color: #951831; }
span { border-color: rgb(149,24,49); }
td.TdClassName
{
border-color: #951831;
}
.TagClassName
{
border-color: #951831;
}
</style>