Shades of Bright Red #9B1334
Tints of Bright Red #9B1334
RGB
CMYK
RGB Variations
Color information
#9B1334 (or 0x9B1334) is known color: Bright Red. HEX triplet: 9B, 13 and 34. RGB value is (155,19,52). Sum of RGB (Red+Green+Blue) = 155+19+52=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1334 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1334 is #64ECCB. Grayscale: #3F3F3F. Windows color (decimal): -6614220 or 3412891. OLE color: 3412891.
HSL color Cylindrical-coordinate representation of color #9B1334: hue angle of 345.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1334 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 19 | 52 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.39 |
| HSL | 345.44º | 0.78% | 0.34% | - |
| HSV(B) | 345.44º | 0.88% | 0.61% | - |
| XYZ | 14.37 | 7.68 | 3.97 | - |
| YUV | 63.43 | 121.56 | 193.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 19 | 52 | 0 | 0.88 | 0.66 | 0.39 | 345.44 | 0.78 | 0.34 |
| Hex | 9B | 13 | 34 | 0 | 58 | 42 | 27 | 159 | 4E | 22 |
| Octal | 233 | 23 | 64 | 0 | 130 | 102 | 47 | 531 | 116 | 42 |
| Binary | 10011011 | 10011 | 110100 | 0 | 1011000 | 1000010 | 100111 | 101011001 | 1001110 | 100010 |
Color Harmonies of #9B1334
Complementary color
Monochromatic Colors of #9B1334
Black with #9B1334
Text Example
Text Example
White with #9B1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1334; }
p { color: rgb(155,19,52); }
H1.HeaderClassName
{
color: #9B1334;
}
.AnyTagClassName
{
color: #9B1334;
}
</style>
background-color css
<style>
a { background-color: #9B1334; }
a { background-color: rgb(155,19,52); }
div.DivClassName
{
background-color: #9B1334;
}
.BgClassName
{
background-color: #9B1334;
}
</style>
border-color css
<style>
span { border-color: #9B1334; }
span { border-color: rgb(155,19,52); }
td.TdClassName
{
border-color: #9B1334;
}
.TagClassName
{
border-color: #9B1334;
}
</style>