Shades of Pohutukawa #5A0717
Tints of Pohutukawa #5A0717
RGB
CMYK
RGB Variations
Color information
#5A0717 (or 0x5A0717) is known color: Pohutukawa. HEX triplet: 5A, 07 and 17. RGB value is (90,7,23). Sum of RGB (Red+Green+Blue) = 90+7+23=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 23 (9.38% from 255 or 19.17% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0717 is #A5F8E8. Grayscale: #212121. Windows color (decimal): -10877161 or 1509210. OLE color: 1509210.
HSL color Cylindrical-coordinate representation of color #5A0717: hue angle of 348.43º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A0717 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 7 | 23 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.65 |
| HSL | 348.43º | 0.86% | 0.19% | - |
| HSV(B) | 348.43º | 0.92% | 0.35% | - |
| XYZ | 4.45 | 2.39 | 1.04 | - |
| YUV | 33.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 7 | 23 | 0 | 0.92 | 0.74 | 0.65 | 348.43 | 0.86 | 0.19 |
| Hex | 5A | 7 | 17 | 0 | 5C | 4A | 41 | 15C | 56 | 13 |
| Octal | 132 | 7 | 27 | 0 | 134 | 112 | 101 | 534 | 126 | 23 |
| Binary | 1011010 | 111 | 10111 | 0 | 1011100 | 1001010 | 1000001 | 101011100 | 1010110 | 10011 |
Color Harmonies of #5A0717
Complementary color
Monochromatic Colors of #5A0717
Black with #5A0717
Text Example
Text Example
White with #5A0717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0717; }
p { color: rgb(90,7,23); }
H1.HeaderClassName
{
color: #5A0717;
}
.AnyTagClassName
{
color: #5A0717;
}
</style>
background-color css
<style>
a { background-color: #5A0717; }
a { background-color: rgb(90,7,23); }
div.DivClassName
{
background-color: #5A0717;
}
.BgClassName
{
background-color: #5A0717;
}
</style>
border-color css
<style>
span { border-color: #5A0717; }
span { border-color: rgb(90,7,23); }
td.TdClassName
{
border-color: #5A0717;
}
.TagClassName
{
border-color: #5A0717;
}
</style>