Shades of Pohutukawa #5D061F
Tints of Pohutukawa #5D061F
RGB
CMYK
RGB Variations
Color information
#5D061F (or 0x5D061F) is known color: Pohutukawa. HEX triplet: 5D, 06 and 1F. RGB value is (93,6,31). Sum of RGB (Red+Green+Blue) = 93+6+31=130 (17% of max value = 765). Red value is 93 (36.72% from 255 or 71.54% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 93 - color contains mainly: red. Hex color #5D061F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D061F is #A2F9E0. Grayscale: #222222. Windows color (decimal): -10680801 or 2033245. OLE color: 2033245.
HSL color Cylindrical-coordinate representation of color #5D061F: hue angle of 342.76º 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 #5D061F is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 6 | 31 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.64 |
| HSL | 342.76º | 0.88% | 0.19% | - |
| HSV(B) | 342.76º | 0.94% | 0.36% | - |
| XYZ | 4.83 | 2.56 | 1.54 | - |
| YUV | 34.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 31 | 0 | 0.94 | 0.67 | 0.64 | 342.76 | 0.88 | 0.19 |
| Hex | 5D | 6 | 1F | 0 | 5E | 43 | 40 | 157 | 58 | 13 |
| Octal | 135 | 6 | 37 | 0 | 136 | 103 | 100 | 527 | 130 | 23 |
| Binary | 1011101 | 110 | 11111 | 0 | 1011110 | 1000011 | 1000000 | 101010111 | 1011000 | 10011 |
Color Harmonies of #5D061F
Complementary color
Monochromatic Colors of #5D061F
Black with #5D061F
Text Example
Text Example
White with #5D061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D061F; }
p { color: rgb(93,6,31); }
H1.HeaderClassName
{
color: #5D061F;
}
.AnyTagClassName
{
color: #5D061F;
}
</style>
background-color css
<style>
a { background-color: #5D061F; }
a { background-color: rgb(93,6,31); }
div.DivClassName
{
background-color: #5D061F;
}
.BgClassName
{
background-color: #5D061F;
}
</style>
border-color css
<style>
span { border-color: #5D061F; }
span { border-color: rgb(93,6,31); }
td.TdClassName
{
border-color: #5D061F;
}
.TagClassName
{
border-color: #5D061F;
}
</style>