Shades of Pohutukawa #5B1D2D
Tints of Pohutukawa #5B1D2D
RGB
CMYK
RGB Variations
Color information
#5B1D2D (or 0x5B1D2D) is known color: Pohutukawa. HEX triplet: 5B, 1D and 2D. RGB value is (91,29,45). Sum of RGB (Red+Green+Blue) = 91+29+45=165 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.15% from 165); Green value is 29 (11.72% from 255 or 17.58% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1D2D is #A4E2D2. Grayscale: #313131. Windows color (decimal): -10805971 or 2956635. OLE color: 2956635.
HSL color Cylindrical-coordinate representation of color #5B1D2D: hue angle of 344.52º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B1D2D is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 29 | 45 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.64 |
| HSL | 344.52º | 0.52% | 0.24% | - |
| HSV(B) | 344.52º | 0.68% | 0.36% | - |
| XYZ | 5.23 | 3.29 | 2.84 | - |
| YUV | 49.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 45 | 0 | 0.68 | 0.51 | 0.64 | 344.52 | 0.52 | 0.24 |
| Hex | 5B | 1D | 2D | 0 | 44 | 33 | 40 | 159 | 34 | 18 |
| Octal | 133 | 35 | 55 | 0 | 104 | 63 | 100 | 531 | 64 | 30 |
| Binary | 1011011 | 11101 | 101101 | 0 | 1000100 | 110011 | 1000000 | 101011001 | 110100 | 11000 |
Color Harmonies of #5B1D2D
Complementary color
Monochromatic Colors of #5B1D2D
Black with #5B1D2D
Text Example
Text Example
White with #5B1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1D2D; }
p { color: rgb(91,29,45); }
H1.HeaderClassName
{
color: #5B1D2D;
}
.AnyTagClassName
{
color: #5B1D2D;
}
</style>
background-color css
<style>
a { background-color: #5B1D2D; }
a { background-color: rgb(91,29,45); }
div.DivClassName
{
background-color: #5B1D2D;
}
.BgClassName
{
background-color: #5B1D2D;
}
</style>
border-color css
<style>
span { border-color: #5B1D2D; }
span { border-color: rgb(91,29,45); }
td.TdClassName
{
border-color: #5B1D2D;
}
.TagClassName
{
border-color: #5B1D2D;
}
</style>