Shades of Pohutukawa #5A0F1C
Tints of Pohutukawa #5A0F1C
RGB
CMYK
RGB Variations
Color information
#5A0F1C (or 0x5A0F1C) is known color: Pohutukawa. HEX triplet: 5A, 0F and 1C. RGB value is (90,15,28). Sum of RGB (Red+Green+Blue) = 90+15+28=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F1C is #A5F0E3. Grayscale: #262626. Windows color (decimal): -10875108 or 1838938. OLE color: 1838938.
HSL color Cylindrical-coordinate representation of color #5A0F1C: hue angle of 349.6º 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 #5A0F1C is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 15 | 28 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.65 |
| HSL | 349.6º | 0.71% | 0.21% | - |
| HSV(B) | 349.6º | 0.83% | 0.35% | - |
| XYZ | 4.6 | 2.6 | 1.36 | - |
| YUV | 38.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 28 | 0 | 0.83 | 0.69 | 0.65 | 349.6 | 0.71 | 0.21 |
| Hex | 5A | F | 1C | 0 | 53 | 45 | 41 | 15E | 47 | 15 |
| Octal | 132 | 17 | 34 | 0 | 123 | 105 | 101 | 536 | 107 | 25 |
| Binary | 1011010 | 1111 | 11100 | 0 | 1010011 | 1000101 | 1000001 | 101011110 | 1000111 | 10101 |
Color Harmonies of #5A0F1C
Complementary color
Monochromatic Colors of #5A0F1C
Black with #5A0F1C
Text Example
Text Example
White with #5A0F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0F1C; }
p { color: rgb(90,15,28); }
H1.HeaderClassName
{
color: #5A0F1C;
}
.AnyTagClassName
{
color: #5A0F1C;
}
</style>
background-color css
<style>
a { background-color: #5A0F1C; }
a { background-color: rgb(90,15,28); }
div.DivClassName
{
background-color: #5A0F1C;
}
.BgClassName
{
background-color: #5A0F1C;
}
</style>
border-color css
<style>
span { border-color: #5A0F1C; }
span { border-color: rgb(90,15,28); }
td.TdClassName
{
border-color: #5A0F1C;
}
.TagClassName
{
border-color: #5A0F1C;
}
</style>