Shades of Pohutukawa #5B131D
Tints of Pohutukawa #5B131D
RGB
CMYK
RGB Variations
Color information
#5B131D (or 0x5B131D) is known color: Pohutukawa. HEX triplet: 5B, 13 and 1D. RGB value is (91,19,29). Sum of RGB (Red+Green+Blue) = 91+19+29=139 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.47% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 91 - color contains mainly: red. Hex color #5B131D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B131D is #A4ECE2. Grayscale: #292929. Windows color (decimal): -10808547 or 1905499. OLE color: 1905499.
HSL color Cylindrical-coordinate representation of color #5B131D: hue angle of 351.67º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B131D is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 19 | 29 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.64 |
| HSL | 351.67º | 0.65% | 0.22% | - |
| HSV(B) | 351.67º | 0.79% | 0.36% | - |
| XYZ | 4.77 | 2.78 | 1.45 | - |
| YUV | 41.67 | 120.85 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 19 | 29 | 0 | 0.79 | 0.68 | 0.64 | 351.67 | 0.65 | 0.22 |
| Hex | 5B | 13 | 1D | 0 | 4F | 44 | 40 | 160 | 41 | 16 |
| Octal | 133 | 23 | 35 | 0 | 117 | 104 | 100 | 540 | 101 | 26 |
| Binary | 1011011 | 10011 | 11101 | 0 | 1001111 | 1000100 | 1000000 | 101100000 | 1000001 | 10110 |
Color Harmonies of #5B131D
Complementary color
Monochromatic Colors of #5B131D
Black with #5B131D
Text Example
Text Example
White with #5B131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B131D; }
p { color: rgb(91,19,29); }
H1.HeaderClassName
{
color: #5B131D;
}
.AnyTagClassName
{
color: #5B131D;
}
</style>
background-color css
<style>
a { background-color: #5B131D; }
a { background-color: rgb(91,19,29); }
div.DivClassName
{
background-color: #5B131D;
}
.BgClassName
{
background-color: #5B131D;
}
</style>
border-color css
<style>
span { border-color: #5B131D; }
span { border-color: rgb(91,19,29); }
td.TdClassName
{
border-color: #5B131D;
}
.TagClassName
{
border-color: #5B131D;
}
</style>