Shades of Pohutukawa #5A1E2B
Tints of Pohutukawa #5A1E2B
RGB
CMYK
RGB Variations
Color information
#5A1E2B (or 0x5A1E2B) is known color: Pohutukawa. HEX triplet: 5A, 1E and 2B. RGB value is (90,30,43). Sum of RGB (Red+Green+Blue) = 90+30+43=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E2B is #A5E1D4. Grayscale: #313131. Windows color (decimal): -10871253 or 2825818. OLE color: 2825818.
HSL color Cylindrical-coordinate representation of color #5A1E2B: hue angle of 347º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E2B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 43 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.65 |
| HSL | 347º | 0.5% | 0.24% | - |
| HSV(B) | 347º | 0.67% | 0.35% | - |
| XYZ | 5.12 | 3.28 | 2.65 | - |
| YUV | 49.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 43 | 0 | 0.67 | 0.52 | 0.65 | 347 | 0.5 | 0.24 |
| Hex | 5A | 1E | 2B | 0 | 43 | 34 | 41 | 15B | 32 | 18 |
| Octal | 132 | 36 | 53 | 0 | 103 | 64 | 101 | 533 | 62 | 30 |
| Binary | 1011010 | 11110 | 101011 | 0 | 1000011 | 110100 | 1000001 | 101011011 | 110010 | 11000 |
Color Harmonies of #5A1E2B
Complementary color
Monochromatic Colors of #5A1E2B
Black with #5A1E2B
Text Example
Text Example
White with #5A1E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E2B; }
p { color: rgb(90,30,43); }
H1.HeaderClassName
{
color: #5A1E2B;
}
.AnyTagClassName
{
color: #5A1E2B;
}
</style>
background-color css
<style>
a { background-color: #5A1E2B; }
a { background-color: rgb(90,30,43); }
div.DivClassName
{
background-color: #5A1E2B;
}
.BgClassName
{
background-color: #5A1E2B;
}
</style>
border-color css
<style>
span { border-color: #5A1E2B; }
span { border-color: rgb(90,30,43); }
td.TdClassName
{
border-color: #5A1E2B;
}
.TagClassName
{
border-color: #5A1E2B;
}
</style>