Shades of Pohutukawa #5F0823
Tints of Pohutukawa #5F0823
RGB
CMYK
RGB Variations
Color information
#5F0823 (or 0x5F0823) is known color: Pohutukawa. HEX triplet: 5F, 08 and 23. RGB value is (95,8,35). Sum of RGB (Red+Green+Blue) = 95+8+35=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0823 is #A0F7DC. Grayscale: #252525. Windows color (decimal): -10549213 or 2295903. OLE color: 2295903.
HSL color Cylindrical-coordinate representation of color #5F0823: hue angle of 341.38º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0823 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 35 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.63 |
| HSL | 341.38º | 0.84% | 0.2% | - |
| HSV(B) | 341.38º | 0.92% | 0.37% | - |
| XYZ | 5.11 | 2.73 | 1.85 | - |
| YUV | 37.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 35 | 0 | 0.92 | 0.63 | 0.63 | 341.38 | 0.84 | 0.2 |
| Hex | 5F | 8 | 23 | 0 | 5C | 3F | 3F | 155 | 54 | 14 |
| Octal | 137 | 10 | 43 | 0 | 134 | 77 | 77 | 525 | 124 | 24 |
| Binary | 1011111 | 1000 | 100011 | 0 | 1011100 | 111111 | 111111 | 101010101 | 1010100 | 10100 |
Color Harmonies of #5F0823
Complementary color
Monochromatic Colors of #5F0823
Black with #5F0823
Text Example
Text Example
White with #5F0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0823; }
p { color: rgb(95,8,35); }
H1.HeaderClassName
{
color: #5F0823;
}
.AnyTagClassName
{
color: #5F0823;
}
</style>
background-color css
<style>
a { background-color: #5F0823; }
a { background-color: rgb(95,8,35); }
div.DivClassName
{
background-color: #5F0823;
}
.BgClassName
{
background-color: #5F0823;
}
</style>
border-color css
<style>
span { border-color: #5F0823; }
span { border-color: rgb(95,8,35); }
td.TdClassName
{
border-color: #5F0823;
}
.TagClassName
{
border-color: #5F0823;
}
</style>