Shades of Pohutukawa #5B1C2D
Tints of Pohutukawa #5B1C2D
RGB
CMYK
RGB Variations
Color information
#5B1C2D (or 0x5B1C2D) is known color: Pohutukawa. HEX triplet: 5B, 1C and 2D. RGB value is (91,28,45). Sum of RGB (Red+Green+Blue) = 91+28+45=164 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.49% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1C2D is #A4E3D2. Grayscale: #303030. Windows color (decimal): -10806227 or 2956379. OLE color: 2956379.
HSL color Cylindrical-coordinate representation of color #5B1C2D: hue angle of 343.81º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B1C2D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 28 | 45 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.64 |
| HSL | 343.81º | 0.53% | 0.23% | - |
| HSV(B) | 343.81º | 0.69% | 0.36% | - |
| XYZ | 5.2 | 3.24 | 2.83 | - |
| YUV | 48.78 | 125.87 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 28 | 45 | 0 | 0.69 | 0.51 | 0.64 | 343.81 | 0.53 | 0.23 |
| Hex | 5B | 1C | 2D | 0 | 45 | 33 | 40 | 158 | 35 | 17 |
| Octal | 133 | 34 | 55 | 0 | 105 | 63 | 100 | 530 | 65 | 27 |
| Binary | 1011011 | 11100 | 101101 | 0 | 1000101 | 110011 | 1000000 | 101011000 | 110101 | 10111 |
Color Harmonies of #5B1C2D
Complementary color
Monochromatic Colors of #5B1C2D
Black with #5B1C2D
Text Example
Text Example
White with #5B1C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1C2D; }
p { color: rgb(91,28,45); }
H1.HeaderClassName
{
color: #5B1C2D;
}
.AnyTagClassName
{
color: #5B1C2D;
}
</style>
background-color css
<style>
a { background-color: #5B1C2D; }
a { background-color: rgb(91,28,45); }
div.DivClassName
{
background-color: #5B1C2D;
}
.BgClassName
{
background-color: #5B1C2D;
}
</style>
border-color css
<style>
span { border-color: #5B1C2D; }
span { border-color: rgb(91,28,45); }
td.TdClassName
{
border-color: #5B1C2D;
}
.TagClassName
{
border-color: #5B1C2D;
}
</style>