Shades of Pohutukawa #5D0105
Tints of Pohutukawa #5D0105
RGB
CMYK
RGB Variations
Color information
#5D0105 (or 0x5D0105) is known color: Pohutukawa. HEX triplet: 5D, 01 and 05. RGB value is (93,1,5). Sum of RGB (Red+Green+Blue) = 93+1+5=99 (13% of max value = 765). Red value is 93 (36.72% from 255 or 93.94% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0105 is #A2FEFA. Grayscale: #1D1D1D. Windows color (decimal): -10682107 or 328029. OLE color: 328029.
HSL color Cylindrical-coordinate representation of color #5D0105: hue angle of 357.39º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D0105 is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 5 | - |
| CMYK | 0 | 0.99 | 0.95 | 0.64 |
| HSL | 357.39º | 0.98% | 0.18% | - |
| HSV(B) | 357.39º | 0.99% | 0.36% | - |
| XYZ | 4.55 | 2.36 | 0.36 | - |
| YUV | 28.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 5 | 0 | 0.99 | 0.95 | 0.64 | 357.39 | 0.98 | 0.18 |
| Hex | 5D | 1 | 5 | 0 | 63 | 5F | 40 | 165 | 62 | 12 |
| Octal | 135 | 1 | 5 | 0 | 143 | 137 | 100 | 545 | 142 | 22 |
| Binary | 1011101 | 1 | 101 | 0 | 1100011 | 1011111 | 1000000 | 101100101 | 1100010 | 10010 |
Color Harmonies of #5D0105
Complementary color
Monochromatic Colors of #5D0105
Black with #5D0105
Text Example
Text Example
White with #5D0105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0105; }
p { color: rgb(93,1,5); }
H1.HeaderClassName
{
color: #5D0105;
}
.AnyTagClassName
{
color: #5D0105;
}
</style>
background-color css
<style>
a { background-color: #5D0105; }
a { background-color: rgb(93,1,5); }
div.DivClassName
{
background-color: #5D0105;
}
.BgClassName
{
background-color: #5D0105;
}
</style>
border-color css
<style>
span { border-color: #5D0105; }
span { border-color: rgb(93,1,5); }
td.TdClassName
{
border-color: #5D0105;
}
.TagClassName
{
border-color: #5D0105;
}
</style>