Shades of Pohutukawa #5B0314
Tints of Pohutukawa #5B0314
RGB
CMYK
RGB Variations
Color information
#5B0314 (or 0x5B0314) is known color: Pohutukawa. HEX triplet: 5B, 03 and 14. RGB value is (91,3,20). Sum of RGB (Red+Green+Blue) = 91+3+20=114 (15% of max value = 765). Red value is 91 (35.94% from 255 or 79.82% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0314 is #A4FCEB. Grayscale: #1F1F1F. Windows color (decimal): -10812652 or 1311579. OLE color: 1311579.
HSL color Cylindrical-coordinate representation of color #5B0314: hue angle of 348.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0314 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 20 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.64 |
| HSL | 348.41º | 0.94% | 0.18% | - |
| HSV(B) | 348.41º | 0.97% | 0.36% | - |
| XYZ | 4.47 | 2.34 | 0.88 | - |
| YUV | 31.25 | 121.65 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 20 | 0 | 0.97 | 0.78 | 0.64 | 348.41 | 0.94 | 0.18 |
| Hex | 5B | 3 | 14 | 0 | 61 | 4E | 40 | 15C | 5E | 12 |
| Octal | 133 | 3 | 24 | 0 | 141 | 116 | 100 | 534 | 136 | 22 |
| Binary | 1011011 | 11 | 10100 | 0 | 1100001 | 1001110 | 1000000 | 101011100 | 1011110 | 10010 |
Color Harmonies of #5B0314
Complementary color
Monochromatic Colors of #5B0314
Black with #5B0314
Text Example
Text Example
White with #5B0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0314; }
p { color: rgb(91,3,20); }
H1.HeaderClassName
{
color: #5B0314;
}
.AnyTagClassName
{
color: #5B0314;
}
</style>
background-color css
<style>
a { background-color: #5B0314; }
a { background-color: rgb(91,3,20); }
div.DivClassName
{
background-color: #5B0314;
}
.BgClassName
{
background-color: #5B0314;
}
</style>
border-color css
<style>
span { border-color: #5B0314; }
span { border-color: rgb(91,3,20); }
td.TdClassName
{
border-color: #5B0314;
}
.TagClassName
{
border-color: #5B0314;
}
</style>