Shades of Pohutukawa #5A080F
Tints of Pohutukawa #5A080F
RGB
CMYK
RGB Variations
Color information
#5A080F (or 0x5A080F) is known color: Pohutukawa. HEX triplet: 5A, 08 and 0F. RGB value is (90,8,15). Sum of RGB (Red+Green+Blue) = 90+8+15=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A080F is #A5F7F0. Grayscale: #212121. Windows color (decimal): -10876913 or 985178. OLE color: 985178.
HSL color Cylindrical-coordinate representation of color #5A080F: hue angle of 354.88º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A080F is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 15 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.65 |
| HSL | 354.88º | 0.84% | 0.19% | - |
| HSV(B) | 354.88º | 0.91% | 0.35% | - |
| XYZ | 4.39 | 2.38 | 0.68 | - |
| YUV | 33.32 | 117.67 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 15 | 0 | 0.91 | 0.83 | 0.65 | 354.88 | 0.84 | 0.19 |
| Hex | 5A | 8 | F | 0 | 5B | 53 | 41 | 163 | 54 | 13 |
| Octal | 132 | 10 | 17 | 0 | 133 | 123 | 101 | 543 | 124 | 23 |
| Binary | 1011010 | 1000 | 1111 | 0 | 1011011 | 1010011 | 1000001 | 101100011 | 1010100 | 10011 |
Color Harmonies of #5A080F
Complementary color
Monochromatic Colors of #5A080F
Black with #5A080F
Text Example
Text Example
White with #5A080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A080F; }
p { color: rgb(90,8,15); }
H1.HeaderClassName
{
color: #5A080F;
}
.AnyTagClassName
{
color: #5A080F;
}
</style>
background-color css
<style>
a { background-color: #5A080F; }
a { background-color: rgb(90,8,15); }
div.DivClassName
{
background-color: #5A080F;
}
.BgClassName
{
background-color: #5A080F;
}
</style>
border-color css
<style>
span { border-color: #5A080F; }
span { border-color: rgb(90,8,15); }
td.TdClassName
{
border-color: #5A080F;
}
.TagClassName
{
border-color: #5A080F;
}
</style>