Shades of Bright Red #912331
Tints of Bright Red #912331
RGB
CMYK
RGB Variations
Color information
#912331 (or 0x912331) is known color: Bright Red. HEX triplet: 91, 23 and 31. RGB value is (145,35,49). Sum of RGB (Red+Green+Blue) = 145+35+49=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #912331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912331 is #6EDCCE. Grayscale: #454545. Windows color (decimal): -7265487 or 3220369. OLE color: 3220369.
HSL color Cylindrical-coordinate representation of color #912331: hue angle of 352.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912331 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 49 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.43 |
| HSL | 352.36º | 0.61% | 0.35% | - |
| HSV(B) | 352.36º | 0.76% | 0.57% | - |
| XYZ | 12.83 | 7.44 | 3.67 | - |
| YUV | 69.49 | 116.44 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 49 | 0 | 0.76 | 0.66 | 0.43 | 352.36 | 0.61 | 0.35 |
| Hex | 91 | 23 | 31 | 0 | 4C | 42 | 2B | 160 | 3D | 23 |
| Octal | 221 | 43 | 61 | 0 | 114 | 102 | 53 | 540 | 75 | 43 |
| Binary | 10010001 | 100011 | 110001 | 0 | 1001100 | 1000010 | 101011 | 101100000 | 111101 | 100011 |
Color Harmonies of #912331
Complementary color
Monochromatic Colors of #912331
Black with #912331
Text Example
Text Example
White with #912331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912331; }
p { color: rgb(145,35,49); }
H1.HeaderClassName
{
color: #912331;
}
.AnyTagClassName
{
color: #912331;
}
</style>
background-color css
<style>
a { background-color: #912331; }
a { background-color: rgb(145,35,49); }
div.DivClassName
{
background-color: #912331;
}
.BgClassName
{
background-color: #912331;
}
</style>
border-color css
<style>
span { border-color: #912331; }
span { border-color: rgb(145,35,49); }
td.TdClassName
{
border-color: #912331;
}
.TagClassName
{
border-color: #912331;
}
</style>