Shades of Shiraz #90283F
Tints of Shiraz #90283F
RGB
CMYK
RGB Variations
Color information
#90283F (or 0x90283F) is known color: Shiraz. HEX triplet: 90, 28 and 3F. RGB value is (144,40,63). Sum of RGB (Red+Green+Blue) = 144+40+63=247 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.30% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 144 - color contains mainly: red. Hex color #90283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90283F is #6FD7C0. Grayscale: #494949. Windows color (decimal): -7329729 or 4139152. OLE color: 4139152.
HSL color Cylindrical-coordinate representation of color #90283F: hue angle of 346.73º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #90283F is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 40 | 63 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.44 |
| HSL | 346.73º | 0.57% | 0.36% | - |
| HSV(B) | 346.73º | 0.72% | 0.56% | - |
| XYZ | 13.16 | 7.81 | 5.52 | - |
| YUV | 73.72 | 121.96 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 40 | 63 | 0 | 0.72 | 0.56 | 0.44 | 346.73 | 0.57 | 0.36 |
| Hex | 90 | 28 | 3F | 0 | 48 | 38 | 2C | 15B | 39 | 24 |
| Octal | 220 | 50 | 77 | 0 | 110 | 70 | 54 | 533 | 71 | 44 |
| Binary | 10010000 | 101000 | 111111 | 0 | 1001000 | 111000 | 101100 | 101011011 | 111001 | 100100 |
Color Harmonies of #90283F
Complementary color
Monochromatic Colors of #90283F
Black with #90283F
Text Example
Text Example
White with #90283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90283F; }
p { color: rgb(144,40,63); }
H1.HeaderClassName
{
color: #90283F;
}
.AnyTagClassName
{
color: #90283F;
}
</style>
background-color css
<style>
a { background-color: #90283F; }
a { background-color: rgb(144,40,63); }
div.DivClassName
{
background-color: #90283F;
}
.BgClassName
{
background-color: #90283F;
}
</style>
border-color css
<style>
span { border-color: #90283F; }
span { border-color: rgb(144,40,63); }
td.TdClassName
{
border-color: #90283F;
}
.TagClassName
{
border-color: #90283F;
}
</style>