Shades of Pohutukawa #5A0F1E
Tints of Pohutukawa #5A0F1E
RGB
CMYK
RGB Variations
Color information
#5A0F1E (or 0x5A0F1E) is known color: Pohutukawa. HEX triplet: 5A, 0F and 1E. RGB value is (90,15,30). Sum of RGB (Red+Green+Blue) = 90+15+30=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F1E is #A5F0E1. Grayscale: #272727. Windows color (decimal): -10875106 or 1970010. OLE color: 1970010.
HSL color Cylindrical-coordinate representation of color #5A0F1E: hue angle of 348º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F1E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 30 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.65 |
| HSL | 348º | 0.71% | 0.21% | - |
| HSV(B) | 348º | 0.83% | 0.35% | - |
| XYZ | 4.62 | 2.61 | 1.49 | - |
| YUV | 39.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 30 | 0 | 0.83 | 0.67 | 0.65 | 348 | 0.71 | 0.21 |
| Hex | 5A | F | 1E | 0 | 53 | 43 | 41 | 15C | 47 | 15 |
| Octal | 132 | 17 | 36 | 0 | 123 | 103 | 101 | 534 | 107 | 25 |
| Binary | 1011010 | 1111 | 11110 | 0 | 1010011 | 1000011 | 1000001 | 101011100 | 1000111 | 10101 |
Color Harmonies of #5A0F1E
Complementary color
Monochromatic Colors of #5A0F1E
Black with #5A0F1E
Text Example
Text Example
White with #5A0F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F1E; }
p { color: rgb(90,15,30); }
H1.HeaderClassName
{
color: #5A0F1E;
}
.AnyTagClassName
{
color: #5A0F1E;
}
</style>
background-color css
<style>
a { background-color: #5A0F1E; }
a { background-color: rgb(90,15,30); }
div.DivClassName
{
background-color: #5A0F1E;
}
.BgClassName
{
background-color: #5A0F1E;
}
</style>
border-color css
<style>
span { border-color: #5A0F1E; }
span { border-color: rgb(90,15,30); }
td.TdClassName
{
border-color: #5A0F1E;
}
.TagClassName
{
border-color: #5A0F1E;
}
</style>