Shades of Pohutukawa #5D091E
Tints of Pohutukawa #5D091E
RGB
CMYK
RGB Variations
Color information
#5D091E (or 0x5D091E) is known color: Pohutukawa. HEX triplet: 5D, 09 and 1E. RGB value is (93,9,30). Sum of RGB (Red+Green+Blue) = 93+9+30=132 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.45% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 93 - color contains mainly: red. Hex color #5D091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D091E is #A2F6E1. Grayscale: #242424. Windows color (decimal): -10680034 or 1968477. OLE color: 1968477.
HSL color Cylindrical-coordinate representation of color #5D091E: hue angle of 345º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D091E is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 9 | 30 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.64 |
| HSL | 345º | 0.82% | 0.2% | - |
| HSV(B) | 345º | 0.9% | 0.36% | - |
| XYZ | 4.85 | 2.62 | 1.48 | - |
| YUV | 36.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 30 | 0 | 0.90 | 0.68 | 0.64 | 345 | 0.82 | 0.2 |
| Hex | 5D | 9 | 1E | 0 | 5A | 44 | 40 | 159 | 52 | 14 |
| Octal | 135 | 11 | 36 | 0 | 132 | 104 | 100 | 531 | 122 | 24 |
| Binary | 1011101 | 1001 | 11110 | 0 | 1011010 | 1000100 | 1000000 | 101011001 | 1010010 | 10100 |
Color Harmonies of #5D091E
Complementary color
Monochromatic Colors of #5D091E
Black with #5D091E
Text Example
Text Example
White with #5D091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D091E; }
p { color: rgb(93,9,30); }
H1.HeaderClassName
{
color: #5D091E;
}
.AnyTagClassName
{
color: #5D091E;
}
</style>
background-color css
<style>
a { background-color: #5D091E; }
a { background-color: rgb(93,9,30); }
div.DivClassName
{
background-color: #5D091E;
}
.BgClassName
{
background-color: #5D091E;
}
</style>
border-color css
<style>
span { border-color: #5D091E; }
span { border-color: rgb(93,9,30); }
td.TdClassName
{
border-color: #5D091E;
}
.TagClassName
{
border-color: #5D091E;
}
</style>