Shades of Pohutukawa #5D060F
Tints of Pohutukawa #5D060F
RGB
CMYK
RGB Variations
Color information
#5D060F (or 0x5D060F) is known color: Pohutukawa. HEX triplet: 5D, 06 and 0F. RGB value is (93,6,15). Sum of RGB (Red+Green+Blue) = 93+6+15=114 (15% of max value = 765). Red value is 93 (36.72% from 255 or 81.58% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 93 - color contains mainly: red. Hex color #5D060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D060F is #A2F9F0. Grayscale: #212121. Windows color (decimal): -10680817 or 984669. OLE color: 984669.
HSL color Cylindrical-coordinate representation of color #5D060F: hue angle of 353.79º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D060F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 6 | 15 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.64 |
| HSL | 353.79º | 0.88% | 0.19% | - |
| HSV(B) | 353.79º | 0.94% | 0.36% | - |
| XYZ | 4.67 | 2.49 | 0.69 | - |
| YUV | 33.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 15 | 0 | 0.94 | 0.84 | 0.64 | 353.79 | 0.88 | 0.19 |
| Hex | 5D | 6 | F | 0 | 5E | 54 | 40 | 162 | 58 | 13 |
| Octal | 135 | 6 | 17 | 0 | 136 | 124 | 100 | 542 | 130 | 23 |
| Binary | 1011101 | 110 | 1111 | 0 | 1011110 | 1010100 | 1000000 | 101100010 | 1011000 | 10011 |
Color Harmonies of #5D060F
Complementary color
Monochromatic Colors of #5D060F
Black with #5D060F
Text Example
Text Example
White with #5D060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D060F; }
p { color: rgb(93,6,15); }
H1.HeaderClassName
{
color: #5D060F;
}
.AnyTagClassName
{
color: #5D060F;
}
</style>
background-color css
<style>
a { background-color: #5D060F; }
a { background-color: rgb(93,6,15); }
div.DivClassName
{
background-color: #5D060F;
}
.BgClassName
{
background-color: #5D060F;
}
</style>
border-color css
<style>
span { border-color: #5D060F; }
span { border-color: rgb(93,6,15); }
td.TdClassName
{
border-color: #5D060F;
}
.TagClassName
{
border-color: #5D060F;
}
</style>