Shades of Pohutukawa #5D162C
Tints of Pohutukawa #5D162C
RGB
CMYK
RGB Variations
Color information
#5D162C (or 0x5D162C) is known color: Pohutukawa. HEX triplet: 5D, 16 and 2C. RGB value is (93,22,44). Sum of RGB (Red+Green+Blue) = 93+22+44=159 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.49% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 93 - color contains mainly: red. Hex color #5D162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D162C is #A2E9D3. Grayscale: #2D2D2D. Windows color (decimal): -10676692 or 2889309. OLE color: 2889309.
HSL color Cylindrical-coordinate representation of color #5D162C: hue angle of 341.41º 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 #5D162C is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 44 | - |
| CMYK | 0 | 0.76 | 0.53 | 0.64 |
| HSL | 341.41º | 0.62% | 0.23% | - |
| HSV(B) | 341.41º | 0.76% | 0.36% | - |
| XYZ | 5.26 | 3.08 | 2.7 | - |
| YUV | 45.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 44 | 0 | 0.76 | 0.53 | 0.64 | 341.41 | 0.62 | 0.23 |
| Hex | 5D | 16 | 2C | 0 | 4C | 35 | 40 | 155 | 3E | 17 |
| Octal | 135 | 26 | 54 | 0 | 114 | 65 | 100 | 525 | 76 | 27 |
| Binary | 1011101 | 10110 | 101100 | 0 | 1001100 | 110101 | 1000000 | 101010101 | 111110 | 10111 |
Color Harmonies of #5D162C
Complementary color
Monochromatic Colors of #5D162C
Black with #5D162C
Text Example
Text Example
White with #5D162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D162C; }
p { color: rgb(93,22,44); }
H1.HeaderClassName
{
color: #5D162C;
}
.AnyTagClassName
{
color: #5D162C;
}
</style>
background-color css
<style>
a { background-color: #5D162C; }
a { background-color: rgb(93,22,44); }
div.DivClassName
{
background-color: #5D162C;
}
.BgClassName
{
background-color: #5D162C;
}
</style>
border-color css
<style>
span { border-color: #5D162C; }
span { border-color: rgb(93,22,44); }
td.TdClassName
{
border-color: #5D162C;
}
.TagClassName
{
border-color: #5D162C;
}
</style>