Shades of Shiraz #901C35
Tints of Shiraz #901C35
RGB
CMYK
RGB Variations
Color information
#901C35 (or 0x901C35) is known color: Shiraz. HEX triplet: 90, 1C and 35. RGB value is (144,28,53). Sum of RGB (Red+Green+Blue) = 144+28+53=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #901C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901C35 is #6FE3CA. Grayscale: #414141. Windows color (decimal): -7332811 or 3480720. OLE color: 3480720.
HSL color Cylindrical-coordinate representation of color #901C35: hue angle of 347.07º 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 #901C35 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 28 | 53 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.44 |
| HSL | 347.07º | 0.67% | 0.34% | - |
| HSV(B) | 347.07º | 0.81% | 0.56% | - |
| XYZ | 12.56 | 7.02 | 4.06 | - |
| YUV | 65.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 28 | 53 | 0 | 0.81 | 0.63 | 0.44 | 347.07 | 0.67 | 0.34 |
| Hex | 90 | 1C | 35 | 0 | 51 | 3F | 2C | 15B | 43 | 22 |
| Octal | 220 | 34 | 65 | 0 | 121 | 77 | 54 | 533 | 103 | 42 |
| Binary | 10010000 | 11100 | 110101 | 0 | 1010001 | 111111 | 101100 | 101011011 | 1000011 | 100010 |
Color Harmonies of #901C35
Complementary color
Monochromatic Colors of #901C35
Black with #901C35
Text Example
Text Example
White with #901C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901C35; }
p { color: rgb(144,28,53); }
H1.HeaderClassName
{
color: #901C35;
}
.AnyTagClassName
{
color: #901C35;
}
</style>
background-color css
<style>
a { background-color: #901C35; }
a { background-color: rgb(144,28,53); }
div.DivClassName
{
background-color: #901C35;
}
.BgClassName
{
background-color: #901C35;
}
</style>
border-color css
<style>
span { border-color: #901C35; }
span { border-color: rgb(144,28,53); }
td.TdClassName
{
border-color: #901C35;
}
.TagClassName
{
border-color: #901C35;
}
</style>