Shades of Pohutukawa #5F091D
Tints of Pohutukawa #5F091D
RGB
CMYK
RGB Variations
Color information
#5F091D (or 0x5F091D) is known color: Pohutukawa. HEX triplet: 5F, 09 and 1D. RGB value is (95,9,29). Sum of RGB (Red+Green+Blue) = 95+9+29=133 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.43% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 95 - color contains mainly: red. Hex color #5F091D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F091D is #A0F6E2. Grayscale: #252525. Windows color (decimal): -10548963 or 1902943. OLE color: 1902943.
HSL color Cylindrical-coordinate representation of color #5F091D: hue angle of 346.05º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F091D is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 29 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.63 |
| HSL | 346.05º | 0.83% | 0.2% | - |
| HSV(B) | 346.05º | 0.91% | 0.37% | - |
| XYZ | 5.04 | 2.72 | 1.42 | - |
| YUV | 36.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 29 | 0 | 0.91 | 0.69 | 0.63 | 346.05 | 0.83 | 0.2 |
| Hex | 5F | 9 | 1D | 0 | 5B | 45 | 3F | 15A | 53 | 14 |
| Octal | 137 | 11 | 35 | 0 | 133 | 105 | 77 | 532 | 123 | 24 |
| Binary | 1011111 | 1001 | 11101 | 0 | 1011011 | 1000101 | 111111 | 101011010 | 1010011 | 10100 |
Color Harmonies of #5F091D
Complementary color
Monochromatic Colors of #5F091D
Black with #5F091D
Text Example
Text Example
White with #5F091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F091D; }
p { color: rgb(95,9,29); }
H1.HeaderClassName
{
color: #5F091D;
}
.AnyTagClassName
{
color: #5F091D;
}
</style>
background-color css
<style>
a { background-color: #5F091D; }
a { background-color: rgb(95,9,29); }
div.DivClassName
{
background-color: #5F091D;
}
.BgClassName
{
background-color: #5F091D;
}
</style>
border-color css
<style>
span { border-color: #5F091D; }
span { border-color: rgb(95,9,29); }
td.TdClassName
{
border-color: #5F091D;
}
.TagClassName
{
border-color: #5F091D;
}
</style>