Shades of Pohutukawa #5A0D1E
Tints of Pohutukawa #5A0D1E
RGB
CMYK
RGB Variations
Color information
#5A0D1E (or 0x5A0D1E) is known color: Pohutukawa. HEX triplet: 5A, 0D and 1E. RGB value is (90,13,30). Sum of RGB (Red+Green+Blue) = 90+13+30=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 30 (12.11% from 255 or 22.56% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D1E is #A5F2E1. Grayscale: #252525. Windows color (decimal): -10875618 or 1969498. OLE color: 1969498.
HSL color Cylindrical-coordinate representation of color #5A0D1E: hue angle of 346.75º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D1E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 30 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.65 |
| HSL | 346.75º | 0.75% | 0.2% | - |
| HSV(B) | 346.75º | 0.86% | 0.35% | - |
| XYZ | 4.59 | 2.56 | 1.48 | - |
| YUV | 37.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 30 | 0 | 0.86 | 0.67 | 0.65 | 346.75 | 0.75 | 0.2 |
| Hex | 5A | D | 1E | 0 | 56 | 43 | 41 | 15B | 4B | 14 |
| Octal | 132 | 15 | 36 | 0 | 126 | 103 | 101 | 533 | 113 | 24 |
| Binary | 1011010 | 1101 | 11110 | 0 | 1010110 | 1000011 | 1000001 | 101011011 | 1001011 | 10100 |
Color Harmonies of #5A0D1E
Complementary color
Monochromatic Colors of #5A0D1E
Black with #5A0D1E
Text Example
Text Example
White with #5A0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D1E; }
p { color: rgb(90,13,30); }
H1.HeaderClassName
{
color: #5A0D1E;
}
.AnyTagClassName
{
color: #5A0D1E;
}
</style>
background-color css
<style>
a { background-color: #5A0D1E; }
a { background-color: rgb(90,13,30); }
div.DivClassName
{
background-color: #5A0D1E;
}
.BgClassName
{
background-color: #5A0D1E;
}
</style>
border-color css
<style>
span { border-color: #5A0D1E; }
span { border-color: rgb(90,13,30); }
td.TdClassName
{
border-color: #5A0D1E;
}
.TagClassName
{
border-color: #5A0D1E;
}
</style>