Shades of Bright Red #992734
Tints of Bright Red #992734
RGB
CMYK
RGB Variations
Color information
#992734 (or 0x992734) is known color: Bright Red. HEX triplet: 99, 27 and 34. RGB value is (153,39,52). Sum of RGB (Red+Green+Blue) = 153+39+52=244 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.70% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 153 - color contains mainly: red. Hex color #992734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992734 is #66D8CB. Grayscale: #4A4A4A. Windows color (decimal): -6740172 or 3418009. OLE color: 3418009.
HSL color Cylindrical-coordinate representation of color #992734: hue angle of 353.16º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992734 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 39 | 52 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.4 |
| HSL | 353.16º | 0.59% | 0.38% | - |
| HSV(B) | 353.16º | 0.75% | 0.6% | - |
| XYZ | 14.48 | 8.47 | 4.12 | - |
| YUV | 74.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 52 | 0 | 0.75 | 0.66 | 0.4 | 353.16 | 0.59 | 0.38 |
| Hex | 99 | 27 | 34 | 0 | 4B | 42 | 28 | 161 | 3B | 26 |
| Octal | 231 | 47 | 64 | 0 | 113 | 102 | 50 | 541 | 73 | 46 |
| Binary | 10011001 | 100111 | 110100 | 0 | 1001011 | 1000010 | 101000 | 101100001 | 111011 | 100110 |
Color Harmonies of #992734
Complementary color
Monochromatic Colors of #992734
Black with #992734
Text Example
Text Example
White with #992734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992734; }
p { color: rgb(153,39,52); }
H1.HeaderClassName
{
color: #992734;
}
.AnyTagClassName
{
color: #992734;
}
</style>
background-color css
<style>
a { background-color: #992734; }
a { background-color: rgb(153,39,52); }
div.DivClassName
{
background-color: #992734;
}
.BgClassName
{
background-color: #992734;
}
</style>
border-color css
<style>
span { border-color: #992734; }
span { border-color: rgb(153,39,52); }
td.TdClassName
{
border-color: #992734;
}
.TagClassName
{
border-color: #992734;
}
</style>