Shades of Pohutukawa #5B071D
Tints of Pohutukawa #5B071D
RGB
CMYK
RGB Variations
Color information
#5B071D (or 0x5B071D) is known color: Pohutukawa. HEX triplet: 5B, 07 and 1D. RGB value is (91,7,29). Sum of RGB (Red+Green+Blue) = 91+7+29=127 (16% of max value = 765). Red value is 91 (35.94% from 255 or 71.65% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 91 - color contains mainly: red. Hex color #5B071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B071D is #A4F8E2. Grayscale: #222222. Windows color (decimal): -10811619 or 1902427. OLE color: 1902427.
HSL color Cylindrical-coordinate representation of color #5B071D: hue angle of 344.29º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B071D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 7 | 29 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.64 |
| HSL | 344.29º | 0.86% | 0.19% | - |
| HSV(B) | 344.29º | 0.92% | 0.36% | - |
| XYZ | 4.61 | 2.46 | 1.4 | - |
| YUV | 34.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 7 | 29 | 0 | 0.92 | 0.68 | 0.64 | 344.29 | 0.86 | 0.19 |
| Hex | 5B | 7 | 1D | 0 | 5C | 44 | 40 | 158 | 56 | 13 |
| Octal | 133 | 7 | 35 | 0 | 134 | 104 | 100 | 530 | 126 | 23 |
| Binary | 1011011 | 111 | 11101 | 0 | 1011100 | 1000100 | 1000000 | 101011000 | 1010110 | 10011 |
Color Harmonies of #5B071D
Complementary color
Monochromatic Colors of #5B071D
Black with #5B071D
Text Example
Text Example
White with #5B071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B071D; }
p { color: rgb(91,7,29); }
H1.HeaderClassName
{
color: #5B071D;
}
.AnyTagClassName
{
color: #5B071D;
}
</style>
background-color css
<style>
a { background-color: #5B071D; }
a { background-color: rgb(91,7,29); }
div.DivClassName
{
background-color: #5B071D;
}
.BgClassName
{
background-color: #5B071D;
}
</style>
border-color css
<style>
span { border-color: #5B071D; }
span { border-color: rgb(91,7,29); }
td.TdClassName
{
border-color: #5B071D;
}
.TagClassName
{
border-color: #5B071D;
}
</style>