Shades of Pohutukawa #5D091D
Tints of Pohutukawa #5D091D
RGB
CMYK
RGB Variations
Color information
#5D091D (or 0x5D091D) is known color: Pohutukawa. HEX triplet: 5D, 09 and 1D. RGB value is (93,9,29). Sum of RGB (Red+Green+Blue) = 93+9+29=131 (17% of max value = 765). Red value is 93 (36.72% from 255 or 70.99% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 93 - color contains mainly: red. Hex color #5D091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D091D is #A2F6E2. Grayscale: #242424. Windows color (decimal): -10680035 or 1902941. OLE color: 1902941.
HSL color Cylindrical-coordinate representation of color #5D091D: hue angle of 345.71º 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 #5D091D is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 9 | 29 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.64 |
| HSL | 345.71º | 0.82% | 0.2% | - |
| HSV(B) | 345.71º | 0.9% | 0.36% | - |
| XYZ | 4.83 | 2.61 | 1.41 | - |
| YUV | 36.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 9 | 29 | 0 | 0.90 | 0.69 | 0.64 | 345.71 | 0.82 | 0.2 |
| Hex | 5D | 9 | 1D | 0 | 5A | 45 | 40 | 15A | 52 | 14 |
| Octal | 135 | 11 | 35 | 0 | 132 | 105 | 100 | 532 | 122 | 24 |
| Binary | 1011101 | 1001 | 11101 | 0 | 1011010 | 1000101 | 1000000 | 101011010 | 1010010 | 10100 |
Color Harmonies of #5D091D
Complementary color
Monochromatic Colors of #5D091D
Black with #5D091D
Text Example
Text Example
White with #5D091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D091D; }
p { color: rgb(93,9,29); }
H1.HeaderClassName
{
color: #5D091D;
}
.AnyTagClassName
{
color: #5D091D;
}
</style>
background-color css
<style>
a { background-color: #5D091D; }
a { background-color: rgb(93,9,29); }
div.DivClassName
{
background-color: #5D091D;
}
.BgClassName
{
background-color: #5D091D;
}
</style>
border-color css
<style>
span { border-color: #5D091D; }
span { border-color: rgb(93,9,29); }
td.TdClassName
{
border-color: #5D091D;
}
.TagClassName
{
border-color: #5D091D;
}
</style>