Shades of Pohutukawa #5B0003
Tints of Pohutukawa #5B0003
RGB
CMYK
RGB Variations
Color information
#5B0003 (or 0x5B0003) is known color: Pohutukawa. HEX triplet: 5B, 00 and 03. RGB value is (91,0,3). Sum of RGB (Red+Green+Blue) = 91+0+3=94 (12% of max value = 765). Red value is 91 (35.94% from 255 or 96.81% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0003 is #A4FFFC. Grayscale: #1B1B1B. Windows color (decimal): -10813437 or 196699. OLE color: 196699.
HSL color Cylindrical-coordinate representation of color #5B0003: hue angle of 358.02º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B0003 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.97 | 0.64 |
| HSL | 358.02º | 1% | 0.18% | - |
| HSV(B) | 358.02º | 1% | 0.36% | - |
| XYZ | 4.33 | 2.23 | 0.29 | - |
| YUV | 27.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 3 | 0 | 1 | 0.97 | 0.64 | 358.02 | 1 | 0.18 |
| Hex | 5B | 0 | 3 | 0 | 64 | 61 | 40 | 166 | 64 | 12 |
| Octal | 133 | 0 | 3 | 0 | 144 | 141 | 100 | 546 | 144 | 22 |
| Binary | 1011011 | 0 | 11 | 0 | 1100100 | 1100001 | 1000000 | 101100110 | 1100100 | 10010 |
Color Harmonies of #5B0003
Complementary color
Monochromatic Colors of #5B0003
Black with #5B0003
Text Example
Text Example
White with #5B0003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0003; }
p { color: rgb(91,0,3); }
H1.HeaderClassName
{
color: #5B0003;
}
.AnyTagClassName
{
color: #5B0003;
}
</style>
background-color css
<style>
a { background-color: #5B0003; }
a { background-color: rgb(91,0,3); }
div.DivClassName
{
background-color: #5B0003;
}
.BgClassName
{
background-color: #5B0003;
}
</style>
border-color css
<style>
span { border-color: #5B0003; }
span { border-color: rgb(91,0,3); }
td.TdClassName
{
border-color: #5B0003;
}
.TagClassName
{
border-color: #5B0003;
}
</style>