Shades of Pohutukawa #5A0C1A
Tints of Pohutukawa #5A0C1A
RGB
CMYK
RGB Variations
Color information
#5A0C1A (or 0x5A0C1A) is known color: Pohutukawa. HEX triplet: 5A, 0C and 1A. RGB value is (90,12,26). Sum of RGB (Red+Green+Blue) = 90+12+26=128 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.31% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C1A is #A5F3E5. Grayscale: #242424. Windows color (decimal): -10875878 or 1707098. OLE color: 1707098.
HSL color Cylindrical-coordinate representation of color #5A0C1A: hue angle of 349.23º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A0C1A is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 12 | 26 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.65 |
| HSL | 349.23º | 0.76% | 0.2% | - |
| HSV(B) | 349.23º | 0.87% | 0.35% | - |
| XYZ | 4.53 | 2.51 | 1.22 | - |
| YUV | 36.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 26 | 0 | 0.87 | 0.71 | 0.65 | 349.23 | 0.76 | 0.2 |
| Hex | 5A | C | 1A | 0 | 57 | 47 | 41 | 15D | 4C | 14 |
| Octal | 132 | 14 | 32 | 0 | 127 | 107 | 101 | 535 | 114 | 24 |
| Binary | 1011010 | 1100 | 11010 | 0 | 1010111 | 1000111 | 1000001 | 101011101 | 1001100 | 10100 |
Color Harmonies of #5A0C1A
Complementary color
Monochromatic Colors of #5A0C1A
Black with #5A0C1A
Text Example
Text Example
White with #5A0C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0C1A; }
p { color: rgb(90,12,26); }
H1.HeaderClassName
{
color: #5A0C1A;
}
.AnyTagClassName
{
color: #5A0C1A;
}
</style>
background-color css
<style>
a { background-color: #5A0C1A; }
a { background-color: rgb(90,12,26); }
div.DivClassName
{
background-color: #5A0C1A;
}
.BgClassName
{
background-color: #5A0C1A;
}
</style>
border-color css
<style>
span { border-color: #5A0C1A; }
span { border-color: rgb(90,12,26); }
td.TdClassName
{
border-color: #5A0C1A;
}
.TagClassName
{
border-color: #5A0C1A;
}
</style>