Shades of Bright Red #912329
Tints of Bright Red #912329
RGB
CMYK
RGB Variations
Color information
#912329 (or 0x912329) is known color: Bright Red. HEX triplet: 91, 23 and 29. RGB value is (145,35,41). Sum of RGB (Red+Green+Blue) = 145+35+41=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912329 is #6EDCD6. Grayscale: #444444. Windows color (decimal): -7265495 or 2696081. OLE color: 2696081.
HSL color Cylindrical-coordinate representation of color #912329: hue angle of 356.73º 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 #912329 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 41 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.43 |
| HSL | 356.73º | 0.61% | 0.35% | - |
| HSV(B) | 356.73º | 0.76% | 0.57% | - |
| XYZ | 12.68 | 7.38 | 2.85 | - |
| YUV | 68.57 | 112.44 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 41 | 0 | 0.76 | 0.72 | 0.43 | 356.73 | 0.61 | 0.35 |
| Hex | 91 | 23 | 29 | 0 | 4C | 48 | 2B | 165 | 3D | 23 |
| Octal | 221 | 43 | 51 | 0 | 114 | 110 | 53 | 545 | 75 | 43 |
| Binary | 10010001 | 100011 | 101001 | 0 | 1001100 | 1001000 | 101011 | 101100101 | 111101 | 100011 |
Color Harmonies of #912329
Complementary color
Monochromatic Colors of #912329
Black with #912329
Text Example
Text Example
White with #912329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912329; }
p { color: rgb(145,35,41); }
H1.HeaderClassName
{
color: #912329;
}
.AnyTagClassName
{
color: #912329;
}
</style>
background-color css
<style>
a { background-color: #912329; }
a { background-color: rgb(145,35,41); }
div.DivClassName
{
background-color: #912329;
}
.BgClassName
{
background-color: #912329;
}
</style>
border-color css
<style>
span { border-color: #912329; }
span { border-color: rgb(145,35,41); }
td.TdClassName
{
border-color: #912329;
}
.TagClassName
{
border-color: #912329;
}
</style>