Shades of Pohutukawa #5A050D
Tints of Pohutukawa #5A050D
RGB
CMYK
RGB Variations
Color information
#5A050D (or 0x5A050D) is known color: Pohutukawa. HEX triplet: 5A, 05 and 0D. RGB value is (90,5,13). Sum of RGB (Red+Green+Blue) = 90+5+13=108 (14% of max value = 765). Red value is 90 (35.55% from 255 or 83.33% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 90 - color contains mainly: red. Hex color #5A050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A050D is #A5FAF2. Grayscale: #1F1F1F. Windows color (decimal): -10877683 or 853338. OLE color: 853338.
HSL color Cylindrical-coordinate representation of color #5A050D: hue angle of 354.35º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A050D is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 5 | 13 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.65 |
| HSL | 354.35º | 0.89% | 0.19% | - |
| HSV(B) | 354.35º | 0.94% | 0.35% | - |
| XYZ | 4.34 | 2.31 | 0.6 | - |
| YUV | 31.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 5 | 13 | 0 | 0.94 | 0.86 | 0.65 | 354.35 | 0.89 | 0.19 |
| Hex | 5A | 5 | D | 0 | 5E | 56 | 41 | 162 | 59 | 13 |
| Octal | 132 | 5 | 15 | 0 | 136 | 126 | 101 | 542 | 131 | 23 |
| Binary | 1011010 | 101 | 1101 | 0 | 1011110 | 1010110 | 1000001 | 101100010 | 1011001 | 10011 |
Color Harmonies of #5A050D
Complementary color
Monochromatic Colors of #5A050D
Black with #5A050D
Text Example
Text Example
White with #5A050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A050D; }
p { color: rgb(90,5,13); }
H1.HeaderClassName
{
color: #5A050D;
}
.AnyTagClassName
{
color: #5A050D;
}
</style>
background-color css
<style>
a { background-color: #5A050D; }
a { background-color: rgb(90,5,13); }
div.DivClassName
{
background-color: #5A050D;
}
.BgClassName
{
background-color: #5A050D;
}
</style>
border-color css
<style>
span { border-color: #5A050D; }
span { border-color: rgb(90,5,13); }
td.TdClassName
{
border-color: #5A050D;
}
.TagClassName
{
border-color: #5A050D;
}
</style>