Shades of Pohutukawa #5D011D
Tints of Pohutukawa #5D011D
RGB
CMYK
RGB Variations
Color information
#5D011D (or 0x5D011D) is known color: Pohutukawa. HEX triplet: 5D, 01 and 1D. RGB value is (93,1,29). Sum of RGB (Red+Green+Blue) = 93+1+29=123 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75.61% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 93 - color contains mainly: red. Hex color #5D011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D011D is #A2FEE2. Grayscale: #1F1F1F. Windows color (decimal): -10682083 or 1900893. OLE color: 1900893.
HSL color Cylindrical-coordinate representation of color #5D011D: hue angle of 341.74º 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 #5D011D is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.64 |
| HSL | 341.74º | 0.98% | 0.18% | - |
| HSV(B) | 341.74º | 0.99% | 0.36% | - |
| XYZ | 4.75 | 2.44 | 1.38 | - |
| YUV | 31.7 | 126.48 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 29 | 0 | 0.99 | 0.69 | 0.64 | 341.74 | 0.98 | 0.18 |
| Hex | 5D | 1 | 1D | 0 | 63 | 45 | 40 | 156 | 62 | 12 |
| Octal | 135 | 1 | 35 | 0 | 143 | 105 | 100 | 526 | 142 | 22 |
| Binary | 1011101 | 1 | 11101 | 0 | 1100011 | 1000101 | 1000000 | 101010110 | 1100010 | 10010 |
Color Harmonies of #5D011D
Complementary color
Monochromatic Colors of #5D011D
Black with #5D011D
Text Example
Text Example
White with #5D011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D011D; }
p { color: rgb(93,1,29); }
H1.HeaderClassName
{
color: #5D011D;
}
.AnyTagClassName
{
color: #5D011D;
}
</style>
background-color css
<style>
a { background-color: #5D011D; }
a { background-color: rgb(93,1,29); }
div.DivClassName
{
background-color: #5D011D;
}
.BgClassName
{
background-color: #5D011D;
}
</style>
border-color css
<style>
span { border-color: #5D011D; }
span { border-color: rgb(93,1,29); }
td.TdClassName
{
border-color: #5D011D;
}
.TagClassName
{
border-color: #5D011D;
}
</style>