Shades of Bright Red #951632
Tints of Bright Red #951632
RGB
CMYK
RGB Variations
Color information
#951632 (or 0x951632) is known color: Bright Red. HEX triplet: 95, 16 and 32. RGB value is (149,22,50). Sum of RGB (Red+Green+Blue) = 149+22+50=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #951632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951632 is #6AE9CD. Grayscale: #3F3F3F. Windows color (decimal): -7006670 or 3282581. OLE color: 3282581.
HSL color Cylindrical-coordinate representation of color #951632: hue angle of 346.77º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951632 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 50 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.42 |
| HSL | 346.77º | 0.74% | 0.34% | - |
| HSV(B) | 346.77º | 0.85% | 0.58% | - |
| XYZ | 13.26 | 7.19 | 3.71 | - |
| YUV | 63.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 50 | 0 | 0.85 | 0.66 | 0.42 | 346.77 | 0.74 | 0.34 |
| Hex | 95 | 16 | 32 | 0 | 55 | 42 | 2A | 15B | 4A | 22 |
| Octal | 225 | 26 | 62 | 0 | 125 | 102 | 52 | 533 | 112 | 42 |
| Binary | 10010101 | 10110 | 110010 | 0 | 1010101 | 1000010 | 101010 | 101011011 | 1001010 | 100010 |
Color Harmonies of #951632
Complementary color
Monochromatic Colors of #951632
Black with #951632
Text Example
Text Example
White with #951632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951632; }
p { color: rgb(149,22,50); }
H1.HeaderClassName
{
color: #951632;
}
.AnyTagClassName
{
color: #951632;
}
</style>
background-color css
<style>
a { background-color: #951632; }
a { background-color: rgb(149,22,50); }
div.DivClassName
{
background-color: #951632;
}
.BgClassName
{
background-color: #951632;
}
</style>
border-color css
<style>
span { border-color: #951632; }
span { border-color: rgb(149,22,50); }
td.TdClassName
{
border-color: #951632;
}
.TagClassName
{
border-color: #951632;
}
</style>