Shades of Bright Red #9A133D
Tints of Bright Red #9A133D
RGB
CMYK
RGB Variations
Color information
#9A133D (or 0x9A133D) is known color: Bright Red. HEX triplet: 9A, 13 and 3D. RGB value is (154,19,61). Sum of RGB (Red+Green+Blue) = 154+19+61=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A133D is #65ECC2. Grayscale: #404040. Windows color (decimal): -6679747 or 4002714. OLE color: 4002714.
HSL color Cylindrical-coordinate representation of color #9A133D: hue angle of 341.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A133D is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 19 | 61 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.40 |
| HSL | 341.33º | 0.78% | 0.34% | - |
| HSV(B) | 341.33º | 0.88% | 0.6% | - |
| XYZ | 14.4 | 7.67 | 5.14 | - |
| YUV | 64.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 19 | 61 | 0 | 0.88 | 0.60 | 0.40 | 341.33 | 0.78 | 0.34 |
| Hex | 9A | 13 | 3D | 0 | 58 | 3C | 28 | 155 | 4E | 22 |
| Octal | 232 | 23 | 75 | 0 | 130 | 74 | 50 | 525 | 116 | 42 |
| Binary | 10011010 | 10011 | 111101 | 0 | 1011000 | 111100 | 101000 | 101010101 | 1001110 | 100010 |
Color Harmonies of #9A133D
Complementary color
Monochromatic Colors of #9A133D
Black with #9A133D
Text Example
Text Example
White with #9A133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A133D; }
p { color: rgb(154,19,61); }
H1.HeaderClassName
{
color: #9A133D;
}
.AnyTagClassName
{
color: #9A133D;
}
</style>
background-color css
<style>
a { background-color: #9A133D; }
a { background-color: rgb(154,19,61); }
div.DivClassName
{
background-color: #9A133D;
}
.BgClassName
{
background-color: #9A133D;
}
</style>
border-color css
<style>
span { border-color: #9A133D; }
span { border-color: rgb(154,19,61); }
td.TdClassName
{
border-color: #9A133D;
}
.TagClassName
{
border-color: #9A133D;
}
</style>