Shades of Pohutukawa #5A0D1D
Tints of Pohutukawa #5A0D1D
RGB
CMYK
RGB Variations
Color information
#5A0D1D (or 0x5A0D1D) is known color: Pohutukawa. HEX triplet: 5A, 0D and 1D. RGB value is (90,13,29). Sum of RGB (Red+Green+Blue) = 90+13+29=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 13 (5.47% from 255 or 9.85% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D1D is #A5F2E2. Grayscale: #252525. Windows color (decimal): -10875619 or 1903962. OLE color: 1903962.
HSL color Cylindrical-coordinate representation of color #5A0D1D: hue angle of 347.53º 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 #5A0D1D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 13 | 29 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.65 |
| HSL | 347.53º | 0.75% | 0.2% | - |
| HSV(B) | 347.53º | 0.86% | 0.35% | - |
| XYZ | 4.58 | 2.55 | 1.41 | - |
| YUV | 37.85 | 123.01 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 13 | 29 | 0 | 0.86 | 0.68 | 0.65 | 347.53 | 0.75 | 0.2 |
| Hex | 5A | D | 1D | 0 | 56 | 44 | 41 | 15C | 4B | 14 |
| Octal | 132 | 15 | 35 | 0 | 126 | 104 | 101 | 534 | 113 | 24 |
| Binary | 1011010 | 1101 | 11101 | 0 | 1010110 | 1000100 | 1000001 | 101011100 | 1001011 | 10100 |
Color Harmonies of #5A0D1D
Complementary color
Monochromatic Colors of #5A0D1D
Black with #5A0D1D
Text Example
Text Example
White with #5A0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0D1D; }
p { color: rgb(90,13,29); }
H1.HeaderClassName
{
color: #5A0D1D;
}
.AnyTagClassName
{
color: #5A0D1D;
}
</style>
background-color css
<style>
a { background-color: #5A0D1D; }
a { background-color: rgb(90,13,29); }
div.DivClassName
{
background-color: #5A0D1D;
}
.BgClassName
{
background-color: #5A0D1D;
}
</style>
border-color css
<style>
span { border-color: #5A0D1D; }
span { border-color: rgb(90,13,29); }
td.TdClassName
{
border-color: #5A0D1D;
}
.TagClassName
{
border-color: #5A0D1D;
}
</style>