Shades of Pohutukawa #5D080C
Tints of Pohutukawa #5D080C
RGB
CMYK
RGB Variations
Color information
#5D080C (or 0x5D080C) is known color: Pohutukawa. HEX triplet: 5D, 08 and 0C. RGB value is (93,8,12). Sum of RGB (Red+Green+Blue) = 93+8+12=113 (14% of max value = 765). Red value is 93 (36.72% from 255 or 82.30% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 93 - color contains mainly: red. Hex color #5D080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D080C is #A2F7F3. Grayscale: #212121. Windows color (decimal): -10680308 or 788573. OLE color: 788573.
HSL color Cylindrical-coordinate representation of color #5D080C: hue angle of 357.18º 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 #5D080C is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 12 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.64 |
| HSL | 357.18º | 0.84% | 0.2% | - |
| HSV(B) | 357.18º | 0.91% | 0.36% | - |
| XYZ | 4.67 | 2.53 | 0.59 | - |
| YUV | 33.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 12 | 0 | 0.91 | 0.87 | 0.64 | 357.18 | 0.84 | 0.2 |
| Hex | 5D | 8 | C | 0 | 5B | 57 | 40 | 165 | 54 | 14 |
| Octal | 135 | 10 | 14 | 0 | 133 | 127 | 100 | 545 | 124 | 24 |
| Binary | 1011101 | 1000 | 1100 | 0 | 1011011 | 1010111 | 1000000 | 101100101 | 1010100 | 10100 |
Color Harmonies of #5D080C
Complementary color
Monochromatic Colors of #5D080C
Black with #5D080C
Text Example
Text Example
White with #5D080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D080C; }
p { color: rgb(93,8,12); }
H1.HeaderClassName
{
color: #5D080C;
}
.AnyTagClassName
{
color: #5D080C;
}
</style>
background-color css
<style>
a { background-color: #5D080C; }
a { background-color: rgb(93,8,12); }
div.DivClassName
{
background-color: #5D080C;
}
.BgClassName
{
background-color: #5D080C;
}
</style>
border-color css
<style>
span { border-color: #5D080C; }
span { border-color: rgb(93,8,12); }
td.TdClassName
{
border-color: #5D080C;
}
.TagClassName
{
border-color: #5D080C;
}
</style>