Shades of Shiraz #901A35
Tints of Shiraz #901A35
RGB
CMYK
RGB Variations
Color information
#901A35 (or 0x901A35) is known color: Shiraz. HEX triplet: 90, 1A and 35. RGB value is (144,26,53). Sum of RGB (Red+Green+Blue) = 144+26+53=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #901A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #901A35 is #6FE5CA. Grayscale: #404040. Windows color (decimal): -7333323 or 3480208. OLE color: 3480208.
HSL color Cylindrical-coordinate representation of color #901A35: hue angle of 346.27º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #901A35 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 26 | 53 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.44 |
| HSL | 346.27º | 0.69% | 0.33% | - |
| HSV(B) | 346.27º | 0.82% | 0.56% | - |
| XYZ | 12.51 | 6.93 | 4.05 | - |
| YUV | 64.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 26 | 53 | 0 | 0.82 | 0.63 | 0.44 | 346.27 | 0.69 | 0.33 |
| Hex | 90 | 1A | 35 | 0 | 52 | 3F | 2C | 15A | 45 | 21 |
| Octal | 220 | 32 | 65 | 0 | 122 | 77 | 54 | 532 | 105 | 41 |
| Binary | 10010000 | 11010 | 110101 | 0 | 1010010 | 111111 | 101100 | 101011010 | 1000101 | 100001 |
Color Harmonies of #901A35
Complementary color
Monochromatic Colors of #901A35
Black with #901A35
Text Example
Text Example
White with #901A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901A35; }
p { color: rgb(144,26,53); }
H1.HeaderClassName
{
color: #901A35;
}
.AnyTagClassName
{
color: #901A35;
}
</style>
background-color css
<style>
a { background-color: #901A35; }
a { background-color: rgb(144,26,53); }
div.DivClassName
{
background-color: #901A35;
}
.BgClassName
{
background-color: #901A35;
}
</style>
border-color css
<style>
span { border-color: #901A35; }
span { border-color: rgb(144,26,53); }
td.TdClassName
{
border-color: #901A35;
}
.TagClassName
{
border-color: #901A35;
}
</style>