Shades of Tia Maria #9A3D30
Tints of Tia Maria #9A3D30
RGB
CMYK
RGB Variations
Color information
#9A3D30 (or 0x9A3D30) is known color: Tia Maria. HEX triplet: 9A, 3D and 30. RGB value is (154,61,48). Sum of RGB (Red+Green+Blue) = 154+61+48=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 48 (19.14% from 255 or 18.25% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3D30 is #65C2CF. Grayscale: #575757. Windows color (decimal): -6669008 or 3161498. OLE color: 3161498.
HSL color Cylindrical-coordinate representation of color #9A3D30: hue angle of 7.36º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A3D30 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 61 | 48 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.40 |
| HSL | 7.36º | 0.52% | 0.4% | - |
| HSV(B) | 7.36º | 0.69% | 0.6% | - |
| XYZ | 15.53 | 10.42 | 3.99 | - |
| YUV | 87.33 | 105.81 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 48 | 0 | 0.60 | 0.69 | 0.40 | 7.36 | 0.52 | 0.4 |
| Hex | 9A | 3D | 30 | 0 | 3C | 45 | 28 | 7 | 34 | 28 |
| Octal | 232 | 75 | 60 | 0 | 74 | 105 | 50 | 7 | 64 | 50 |
| Binary | 10011010 | 111101 | 110000 | 0 | 111100 | 1000101 | 101000 | 111 | 110100 | 101000 |
Color Harmonies of #9A3D30
Complementary color
Monochromatic Colors of #9A3D30
Black with #9A3D30
Text Example
Text Example
White with #9A3D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3D30; }
p { color: rgb(154,61,48); }
H1.HeaderClassName
{
color: #9A3D30;
}
.AnyTagClassName
{
color: #9A3D30;
}
</style>
background-color css
<style>
a { background-color: #9A3D30; }
a { background-color: rgb(154,61,48); }
div.DivClassName
{
background-color: #9A3D30;
}
.BgClassName
{
background-color: #9A3D30;
}
</style>
border-color css
<style>
span { border-color: #9A3D30; }
span { border-color: rgb(154,61,48); }
td.TdClassName
{
border-color: #9A3D30;
}
.TagClassName
{
border-color: #9A3D30;
}
</style>