Shades of Pohutukawa #5D1826
Tints of Pohutukawa #5D1826
RGB
CMYK
RGB Variations
Color information
#5D1826 (or 0x5D1826) is known color: Pohutukawa. HEX triplet: 5D, 18 and 26. RGB value is (93,24,38). Sum of RGB (Red+Green+Blue) = 93+24+38=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1826 is #A2E7D9. Grayscale: #2E2E2E. Windows color (decimal): -10676186 or 2496605. OLE color: 2496605.
HSL color Cylindrical-coordinate representation of color #5D1826: hue angle of 347.83º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D1826 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 24 | 38 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.64 |
| HSL | 347.83º | 0.59% | 0.23% | - |
| HSV(B) | 347.83º | 0.74% | 0.36% | - |
| XYZ | 5.19 | 3.12 | 2.16 | - |
| YUV | 46.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 24 | 38 | 0 | 0.74 | 0.59 | 0.64 | 347.83 | 0.59 | 0.23 |
| Hex | 5D | 18 | 26 | 0 | 4A | 3B | 40 | 15C | 3B | 17 |
| Octal | 135 | 30 | 46 | 0 | 112 | 73 | 100 | 534 | 73 | 27 |
| Binary | 1011101 | 11000 | 100110 | 0 | 1001010 | 111011 | 1000000 | 101011100 | 111011 | 10111 |
Color Harmonies of #5D1826
Complementary color
Monochromatic Colors of #5D1826
Black with #5D1826
Text Example
Text Example
White with #5D1826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1826; }
p { color: rgb(93,24,38); }
H1.HeaderClassName
{
color: #5D1826;
}
.AnyTagClassName
{
color: #5D1826;
}
</style>
background-color css
<style>
a { background-color: #5D1826; }
a { background-color: rgb(93,24,38); }
div.DivClassName
{
background-color: #5D1826;
}
.BgClassName
{
background-color: #5D1826;
}
</style>
border-color css
<style>
span { border-color: #5D1826; }
span { border-color: rgb(93,24,38); }
td.TdClassName
{
border-color: #5D1826;
}
.TagClassName
{
border-color: #5D1826;
}
</style>