Shades of Pohutukawa #5D162B
Tints of Pohutukawa #5D162B
RGB
CMYK
RGB Variations
Color information
#5D162B (or 0x5D162B) is known color: Pohutukawa. HEX triplet: 5D, 16 and 2B. RGB value is (93,22,43). Sum of RGB (Red+Green+Blue) = 93+22+43=158 (20% of max value = 765). Red value is 93 (36.72% from 255 or 58.86% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 93 - color contains mainly: red. Hex color #5D162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D162B is #A2E9D4. Grayscale: #2D2D2D. Windows color (decimal): -10676693 or 2823773. OLE color: 2823773.
HSL color Cylindrical-coordinate representation of color #5D162B: hue angle of 342.25º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D162B is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 43 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.64 |
| HSL | 342.25º | 0.62% | 0.23% | - |
| HSV(B) | 342.25º | 0.76% | 0.36% | - |
| XYZ | 5.24 | 3.08 | 2.6 | - |
| YUV | 45.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 43 | 0 | 0.76 | 0.54 | 0.64 | 342.25 | 0.62 | 0.23 |
| Hex | 5D | 16 | 2B | 0 | 4C | 36 | 40 | 156 | 3E | 17 |
| Octal | 135 | 26 | 53 | 0 | 114 | 66 | 100 | 526 | 76 | 27 |
| Binary | 1011101 | 10110 | 101011 | 0 | 1001100 | 110110 | 1000000 | 101010110 | 111110 | 10111 |
Color Harmonies of #5D162B
Complementary color
Monochromatic Colors of #5D162B
Black with #5D162B
Text Example
Text Example
White with #5D162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D162B; }
p { color: rgb(93,22,43); }
H1.HeaderClassName
{
color: #5D162B;
}
.AnyTagClassName
{
color: #5D162B;
}
</style>
background-color css
<style>
a { background-color: #5D162B; }
a { background-color: rgb(93,22,43); }
div.DivClassName
{
background-color: #5D162B;
}
.BgClassName
{
background-color: #5D162B;
}
</style>
border-color css
<style>
span { border-color: #5D162B; }
span { border-color: rgb(93,22,43); }
td.TdClassName
{
border-color: #5D162B;
}
.TagClassName
{
border-color: #5D162B;
}
</style>