Shades of Bright Red #951732
Tints of Bright Red #951732
RGB
CMYK
RGB Variations
Color information
#951732 (or 0x951732) is known color: Bright Red. HEX triplet: 95, 17 and 32. RGB value is (149,23,50). Sum of RGB (Red+Green+Blue) = 149+23+50=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #951732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951732 is #6AE8CD. Grayscale: #3F3F3F. Windows color (decimal): -7006414 or 3282837. OLE color: 3282837.
HSL color Cylindrical-coordinate representation of color #951732: hue angle of 347.14º degrees, saturation: 0.73, 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 #951732 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 50 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.42 |
| HSL | 347.14º | 0.73% | 0.34% | - |
| HSV(B) | 347.14º | 0.85% | 0.58% | - |
| XYZ | 13.28 | 7.23 | 3.71 | - |
| YUV | 63.75 | 120.24 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 50 | 0 | 0.85 | 0.66 | 0.42 | 347.14 | 0.73 | 0.34 |
| Hex | 95 | 17 | 32 | 0 | 55 | 42 | 2A | 15B | 49 | 22 |
| Octal | 225 | 27 | 62 | 0 | 125 | 102 | 52 | 533 | 111 | 42 |
| Binary | 10010101 | 10111 | 110010 | 0 | 1010101 | 1000010 | 101010 | 101011011 | 1001001 | 100010 |
Color Harmonies of #951732
Complementary color
Monochromatic Colors of #951732
Black with #951732
Text Example
Text Example
White with #951732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951732; }
p { color: rgb(149,23,50); }
H1.HeaderClassName
{
color: #951732;
}
.AnyTagClassName
{
color: #951732;
}
</style>
background-color css
<style>
a { background-color: #951732; }
a { background-color: rgb(149,23,50); }
div.DivClassName
{
background-color: #951732;
}
.BgClassName
{
background-color: #951732;
}
</style>
border-color css
<style>
span { border-color: #951732; }
span { border-color: rgb(149,23,50); }
td.TdClassName
{
border-color: #951732;
}
.TagClassName
{
border-color: #951732;
}
</style>