Shades of Pohutukawa #5A0E1E
Tints of Pohutukawa #5A0E1E
RGB
CMYK
RGB Variations
Color information
#5A0E1E (or 0x5A0E1E) is known color: Pohutukawa. HEX triplet: 5A, 0E and 1E. RGB value is (90,14,30). Sum of RGB (Red+Green+Blue) = 90+14+30=134 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.16% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E1E is #A5F1E1. Grayscale: #262626. Windows color (decimal): -10875362 or 1969754. OLE color: 1969754.
HSL color Cylindrical-coordinate representation of color #5A0E1E: hue angle of 347.37º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A0E1E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 14 | 30 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.65 |
| HSL | 347.37º | 0.73% | 0.2% | - |
| HSV(B) | 347.37º | 0.84% | 0.35% | - |
| XYZ | 4.61 | 2.58 | 1.48 | - |
| YUV | 38.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 14 | 30 | 0 | 0.84 | 0.67 | 0.65 | 347.37 | 0.73 | 0.2 |
| Hex | 5A | E | 1E | 0 | 54 | 43 | 41 | 15B | 49 | 14 |
| Octal | 132 | 16 | 36 | 0 | 124 | 103 | 101 | 533 | 111 | 24 |
| Binary | 1011010 | 1110 | 11110 | 0 | 1010100 | 1000011 | 1000001 | 101011011 | 1001001 | 10100 |
Color Harmonies of #5A0E1E
Complementary color
Monochromatic Colors of #5A0E1E
Black with #5A0E1E
Text Example
Text Example
White with #5A0E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0E1E; }
p { color: rgb(90,14,30); }
H1.HeaderClassName
{
color: #5A0E1E;
}
.AnyTagClassName
{
color: #5A0E1E;
}
</style>
background-color css
<style>
a { background-color: #5A0E1E; }
a { background-color: rgb(90,14,30); }
div.DivClassName
{
background-color: #5A0E1E;
}
.BgClassName
{
background-color: #5A0E1E;
}
</style>
border-color css
<style>
span { border-color: #5A0E1E; }
span { border-color: rgb(90,14,30); }
td.TdClassName
{
border-color: #5A0E1E;
}
.TagClassName
{
border-color: #5A0E1E;
}
</style>