Shades of Pohutukawa #5D080D
Tints of Pohutukawa #5D080D
RGB
CMYK
RGB Variations
Color information
#5D080D (or 0x5D080D) is known color: Pohutukawa. HEX triplet: 5D, 08 and 0D. RGB value is (93,8,13). Sum of RGB (Red+Green+Blue) = 93+8+13=114 (15% of max value = 765). Red value is 93 (36.72% from 255 or 81.58% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 93 - color contains mainly: red. Hex color #5D080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D080D is #A2F7F2. Grayscale: #222222. Windows color (decimal): -10680307 or 854109. OLE color: 854109.
HSL color Cylindrical-coordinate representation of color #5D080D: hue angle of 356.47º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D080D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 13 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.64 |
| HSL | 356.47º | 0.84% | 0.2% | - |
| HSV(B) | 356.47º | 0.91% | 0.36% | - |
| XYZ | 4.67 | 2.53 | 0.62 | - |
| YUV | 33.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 13 | 0 | 0.91 | 0.86 | 0.64 | 356.47 | 0.84 | 0.2 |
| Hex | 5D | 8 | D | 0 | 5B | 56 | 40 | 164 | 54 | 14 |
| Octal | 135 | 10 | 15 | 0 | 133 | 126 | 100 | 544 | 124 | 24 |
| Binary | 1011101 | 1000 | 1101 | 0 | 1011011 | 1010110 | 1000000 | 101100100 | 1010100 | 10100 |
Color Harmonies of #5D080D
Complementary color
Monochromatic Colors of #5D080D
Black with #5D080D
Text Example
Text Example
White with #5D080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D080D; }
p { color: rgb(93,8,13); }
H1.HeaderClassName
{
color: #5D080D;
}
.AnyTagClassName
{
color: #5D080D;
}
</style>
background-color css
<style>
a { background-color: #5D080D; }
a { background-color: rgb(93,8,13); }
div.DivClassName
{
background-color: #5D080D;
}
.BgClassName
{
background-color: #5D080D;
}
</style>
border-color css
<style>
span { border-color: #5D080D; }
span { border-color: rgb(93,8,13); }
td.TdClassName
{
border-color: #5D080D;
}
.TagClassName
{
border-color: #5D080D;
}
</style>