Shades of Pohutukawa #5D040F
Tints of Pohutukawa #5D040F
RGB
CMYK
RGB Variations
Color information
#5D040F (or 0x5D040F) is known color: Pohutukawa. HEX triplet: 5D, 04 and 0F. RGB value is (93,4,15). Sum of RGB (Red+Green+Blue) = 93+4+15=112 (14% of max value = 765). Red value is 93 (36.72% from 255 or 83.04% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 93 - color contains mainly: red. Hex color #5D040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D040F is #A2FBF0. Grayscale: #1F1F1F. Windows color (decimal): -10681329 or 984157. OLE color: 984157.
HSL color Cylindrical-coordinate representation of color #5D040F: hue angle of 352.58º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D040F is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 15 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.64 |
| HSL | 352.58º | 0.92% | 0.19% | - |
| HSV(B) | 352.58º | 0.96% | 0.36% | - |
| XYZ | 4.64 | 2.45 | 0.68 | - |
| YUV | 31.87 | 118.49 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 15 | 0 | 0.96 | 0.84 | 0.64 | 352.58 | 0.92 | 0.19 |
| Hex | 5D | 4 | F | 0 | 60 | 54 | 40 | 161 | 5C | 13 |
| Octal | 135 | 4 | 17 | 0 | 140 | 124 | 100 | 541 | 134 | 23 |
| Binary | 1011101 | 100 | 1111 | 0 | 1100000 | 1010100 | 1000000 | 101100001 | 1011100 | 10011 |
Color Harmonies of #5D040F
Complementary color
Monochromatic Colors of #5D040F
Black with #5D040F
Text Example
Text Example
White with #5D040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D040F; }
p { color: rgb(93,4,15); }
H1.HeaderClassName
{
color: #5D040F;
}
.AnyTagClassName
{
color: #5D040F;
}
</style>
background-color css
<style>
a { background-color: #5D040F; }
a { background-color: rgb(93,4,15); }
div.DivClassName
{
background-color: #5D040F;
}
.BgClassName
{
background-color: #5D040F;
}
</style>
border-color css
<style>
span { border-color: #5D040F; }
span { border-color: rgb(93,4,15); }
td.TdClassName
{
border-color: #5D040F;
}
.TagClassName
{
border-color: #5D040F;
}
</style>