Shades of Pohutukawa #5B000D
Tints of Pohutukawa #5B000D
RGB
CMYK
RGB Variations
Color information
#5B000D (or 0x5B000D) is known color: Pohutukawa. HEX triplet: 5B, 00 and 0D. RGB value is (91,0,13). Sum of RGB (Red+Green+Blue) = 91+0+13=104 (13% of max value = 765). Red value is 91 (35.94% from 255 or 87.5% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 91 - color contains mainly: red. Hex color #5B000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B000D is #A4FFF2. Grayscale: #1C1C1C. Windows color (decimal): -10813427 or 852059. OLE color: 852059.
HSL color Cylindrical-coordinate representation of color #5B000D: hue angle of 351.43º 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 #5B000D is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.86 | 0.64 |
| HSL | 351.43º | 1% | 0.18% | - |
| HSV(B) | 351.43º | 1% | 0.36% | - |
| XYZ | 4.39 | 2.25 | 0.58 | - |
| YUV | 28.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 0 | 13 | 0 | 1 | 0.86 | 0.64 | 351.43 | 1 | 0.18 |
| Hex | 5B | 0 | D | 0 | 64 | 56 | 40 | 15F | 64 | 12 |
| Octal | 133 | 0 | 15 | 0 | 144 | 126 | 100 | 537 | 144 | 22 |
| Binary | 1011011 | 0 | 1101 | 0 | 1100100 | 1010110 | 1000000 | 101011111 | 1100100 | 10010 |
Color Harmonies of #5B000D
Complementary color
Monochromatic Colors of #5B000D
Black with #5B000D
Text Example
Text Example
White with #5B000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B000D; }
p { color: rgb(91,0,13); }
H1.HeaderClassName
{
color: #5B000D;
}
.AnyTagClassName
{
color: #5B000D;
}
</style>
background-color css
<style>
a { background-color: #5B000D; }
a { background-color: rgb(91,0,13); }
div.DivClassName
{
background-color: #5B000D;
}
.BgClassName
{
background-color: #5B000D;
}
</style>
border-color css
<style>
span { border-color: #5B000D; }
span { border-color: rgb(91,0,13); }
td.TdClassName
{
border-color: #5B000D;
}
.TagClassName
{
border-color: #5B000D;
}
</style>