Shades of Pohutukawa #5D172C
Tints of Pohutukawa #5D172C
RGB
CMYK
RGB Variations
Color information
#5D172C (or 0x5D172C) is known color: Pohutukawa. HEX triplet: 5D, 17 and 2C. RGB value is (93,23,44). Sum of RGB (Red+Green+Blue) = 93+23+44=160 (21% of max value = 765). Red value is 93 (36.72% from 255 or 58.12% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 93 - color contains mainly: red. Hex color #5D172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D172C is #A2E8D3. Grayscale: #2E2E2E. Windows color (decimal): -10676436 or 2889565. OLE color: 2889565.
HSL color Cylindrical-coordinate representation of color #5D172C: hue angle of 342º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D172C is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 23 | 44 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.64 |
| HSL | 342º | 0.6% | 0.23% | - |
| HSV(B) | 342º | 0.75% | 0.36% | - |
| XYZ | 5.28 | 3.12 | 2.71 | - |
| YUV | 46.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 23 | 44 | 0 | 0.75 | 0.53 | 0.64 | 342 | 0.6 | 0.23 |
| Hex | 5D | 17 | 2C | 0 | 4B | 35 | 40 | 156 | 3C | 17 |
| Octal | 135 | 27 | 54 | 0 | 113 | 65 | 100 | 526 | 74 | 27 |
| Binary | 1011101 | 10111 | 101100 | 0 | 1001011 | 110101 | 1000000 | 101010110 | 111100 | 10111 |
Color Harmonies of #5D172C
Complementary color
Monochromatic Colors of #5D172C
Black with #5D172C
Text Example
Text Example
White with #5D172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D172C; }
p { color: rgb(93,23,44); }
H1.HeaderClassName
{
color: #5D172C;
}
.AnyTagClassName
{
color: #5D172C;
}
</style>
background-color css
<style>
a { background-color: #5D172C; }
a { background-color: rgb(93,23,44); }
div.DivClassName
{
background-color: #5D172C;
}
.BgClassName
{
background-color: #5D172C;
}
</style>
border-color css
<style>
span { border-color: #5D172C; }
span { border-color: rgb(93,23,44); }
td.TdClassName
{
border-color: #5D172C;
}
.TagClassName
{
border-color: #5D172C;
}
</style>