Shades of Shiraz #901C3A
Tints of Shiraz #901C3A
RGB
CMYK
RGB Variations
Color information
#901C3A (or 0x901C3A) is known color: Shiraz. HEX triplet: 90, 1C and 3A. RGB value is (144,28,58). Sum of RGB (Red+Green+Blue) = 144+28+58=230 (30% of max value = 765). Red value is 144 (56.64% from 255 or 62.61% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 144 - color contains mainly: red. Hex color #901C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C3A is #6FE3C5. Grayscale: #424242. Windows color (decimal): -7332806 or 3808400. OLE color: 3808400.
HSL color Cylindrical-coordinate representation of color #901C3A: hue angle of 344.48º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C3A is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 58 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.44 |
| HSL | 344.48º | 0.67% | 0.34% | - |
| HSV(B) | 344.48º | 0.81% | 0.56% | - |
| XYZ | 12.68 | 7.07 | 4.7 | - |
| YUV | 66.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 58 | 0 | 0.81 | 0.60 | 0.44 | 344.48 | 0.67 | 0.34 |
| Hex | 90 | 1C | 3A | 0 | 51 | 3C | 2C | 158 | 43 | 22 |
| Octal | 220 | 34 | 72 | 0 | 121 | 74 | 54 | 530 | 103 | 42 |
| Binary | 10010000 | 11100 | 111010 | 0 | 1010001 | 111100 | 101100 | 101011000 | 1000011 | 100010 |
Color Harmonies of #901C3A
Complementary color
Monochromatic Colors of #901C3A
Black with #901C3A
Text Example
Text Example
White with #901C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C3A; }
p { color: rgb(144,28,58); }
H1.HeaderClassName
{
color: #901C3A;
}
.AnyTagClassName
{
color: #901C3A;
}
</style>
background-color css
<style>
a { background-color: #901C3A; }
a { background-color: rgb(144,28,58); }
div.DivClassName
{
background-color: #901C3A;
}
.BgClassName
{
background-color: #901C3A;
}
</style>
border-color css
<style>
span { border-color: #901C3A; }
span { border-color: rgb(144,28,58); }
td.TdClassName
{
border-color: #901C3A;
}
.TagClassName
{
border-color: #901C3A;
}
</style>