Shades of Pohutukawa #5F0927
Tints of Pohutukawa #5F0927
RGB
CMYK
RGB Variations
Color information
#5F0927 (or 0x5F0927) is known color: Pohutukawa. HEX triplet: 5F, 09 and 27. RGB value is (95,9,39). Sum of RGB (Red+Green+Blue) = 95+9+39=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0927 is #A0F6D8. Grayscale: #262626. Windows color (decimal): -10548953 or 2558303. OLE color: 2558303.
HSL color Cylindrical-coordinate representation of color #5F0927: hue angle of 339.07º 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 #5F0927 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 39 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.63 |
| HSL | 339.07º | 0.83% | 0.2% | - |
| HSV(B) | 339.07º | 0.91% | 0.37% | - |
| XYZ | 5.18 | 2.77 | 2.18 | - |
| YUV | 38.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 39 | 0 | 0.91 | 0.59 | 0.63 | 339.07 | 0.83 | 0.2 |
| Hex | 5F | 9 | 27 | 0 | 5B | 3B | 3F | 153 | 53 | 14 |
| Octal | 137 | 11 | 47 | 0 | 133 | 73 | 77 | 523 | 123 | 24 |
| Binary | 1011111 | 1001 | 100111 | 0 | 1011011 | 111011 | 111111 | 101010011 | 1010011 | 10100 |
Color Harmonies of #5F0927
Complementary color
Monochromatic Colors of #5F0927
Black with #5F0927
Text Example
Text Example
White with #5F0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0927; }
p { color: rgb(95,9,39); }
H1.HeaderClassName
{
color: #5F0927;
}
.AnyTagClassName
{
color: #5F0927;
}
</style>
background-color css
<style>
a { background-color: #5F0927; }
a { background-color: rgb(95,9,39); }
div.DivClassName
{
background-color: #5F0927;
}
.BgClassName
{
background-color: #5F0927;
}
</style>
border-color css
<style>
span { border-color: #5F0927; }
span { border-color: rgb(95,9,39); }
td.TdClassName
{
border-color: #5F0927;
}
.TagClassName
{
border-color: #5F0927;
}
</style>