Shades of Pohutukawa #5A040B
Tints of Pohutukawa #5A040B
RGB
CMYK
RGB Variations
Color information
#5A040B (or 0x5A040B) is known color: Pohutukawa. HEX triplet: 5A, 04 and 0B. RGB value is (90,4,11). Sum of RGB (Red+Green+Blue) = 90+4+11=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040B is #A5FBF4. Grayscale: #1E1E1E. Windows color (decimal): -10877941 or 722010. OLE color: 722010.
HSL color Cylindrical-coordinate representation of color #5A040B: hue angle of 355.12º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A040B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.65 |
| HSL | 355.12º | 0.91% | 0.18% | - |
| HSV(B) | 355.12º | 0.96% | 0.35% | - |
| XYZ | 4.32 | 2.28 | 0.53 | - |
| YUV | 30.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 4 | 11 | 0 | 0.96 | 0.88 | 0.65 | 355.12 | 0.91 | 0.18 |
| Hex | 5A | 4 | B | 0 | 60 | 58 | 41 | 163 | 5B | 12 |
| Octal | 132 | 4 | 13 | 0 | 140 | 130 | 101 | 543 | 133 | 22 |
| Binary | 1011010 | 100 | 1011 | 0 | 1100000 | 1011000 | 1000001 | 101100011 | 1011011 | 10010 |
Color Harmonies of #5A040B
Complementary color
Monochromatic Colors of #5A040B
Black with #5A040B
Text Example
Text Example
White with #5A040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A040B; }
p { color: rgb(90,4,11); }
H1.HeaderClassName
{
color: #5A040B;
}
.AnyTagClassName
{
color: #5A040B;
}
</style>
background-color css
<style>
a { background-color: #5A040B; }
a { background-color: rgb(90,4,11); }
div.DivClassName
{
background-color: #5A040B;
}
.BgClassName
{
background-color: #5A040B;
}
</style>
border-color css
<style>
span { border-color: #5A040B; }
span { border-color: rgb(90,4,11); }
td.TdClassName
{
border-color: #5A040B;
}
.TagClassName
{
border-color: #5A040B;
}
</style>