Shades of Bright Red #912133
Tints of Bright Red #912133
RGB
CMYK
RGB Variations
Color information
#912133 (or 0x912133) is known color: Bright Red. HEX triplet: 91, 21 and 33. RGB value is (145,33,51). Sum of RGB (Red+Green+Blue) = 145+33+51=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #912133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912133 is #6EDECC. Grayscale: #444444. Windows color (decimal): -7265997 or 3350929. OLE color: 3350929.
HSL color Cylindrical-coordinate representation of color #912133: hue angle of 350.36º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912133 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 33 | 51 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.43 |
| HSL | 350.36º | 0.63% | 0.35% | - |
| HSV(B) | 350.36º | 0.77% | 0.57% | - |
| XYZ | 12.82 | 7.35 | 3.87 | - |
| YUV | 68.54 | 118.11 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 33 | 51 | 0 | 0.77 | 0.65 | 0.43 | 350.36 | 0.63 | 0.35 |
| Hex | 91 | 21 | 33 | 0 | 4D | 41 | 2B | 15E | 3F | 23 |
| Octal | 221 | 41 | 63 | 0 | 115 | 101 | 53 | 536 | 77 | 43 |
| Binary | 10010001 | 100001 | 110011 | 0 | 1001101 | 1000001 | 101011 | 101011110 | 111111 | 100011 |
Color Harmonies of #912133
Complementary color
Monochromatic Colors of #912133
Black with #912133
Text Example
Text Example
White with #912133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912133; }
p { color: rgb(145,33,51); }
H1.HeaderClassName
{
color: #912133;
}
.AnyTagClassName
{
color: #912133;
}
</style>
background-color css
<style>
a { background-color: #912133; }
a { background-color: rgb(145,33,51); }
div.DivClassName
{
background-color: #912133;
}
.BgClassName
{
background-color: #912133;
}
</style>
border-color css
<style>
span { border-color: #912133; }
span { border-color: rgb(145,33,51); }
td.TdClassName
{
border-color: #912133;
}
.TagClassName
{
border-color: #912133;
}
</style>