Shades of Pohutukawa #5F0323
Tints of Pohutukawa #5F0323
RGB
CMYK
RGB Variations
Color information
#5F0323 (or 0x5F0323) is known color: Pohutukawa. HEX triplet: 5F, 03 and 23. RGB value is (95,3,35). Sum of RGB (Red+Green+Blue) = 95+3+35=133 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.43% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0323 is #A0FCDC. Grayscale: #222222. Windows color (decimal): -10550493 or 2294623. OLE color: 2294623.
HSL color Cylindrical-coordinate representation of color #5F0323: hue angle of 339.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5F0323 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 3 | 35 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.63 |
| HSL | 339.13º | 0.94% | 0.19% | - |
| HSV(B) | 339.13º | 0.97% | 0.37% | - |
| XYZ | 5.06 | 2.62 | 1.83 | - |
| YUV | 34.16 | 128.48 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 3 | 35 | 0 | 0.97 | 0.63 | 0.63 | 339.13 | 0.94 | 0.19 |
| Hex | 5F | 3 | 23 | 0 | 61 | 3F | 3F | 153 | 5E | 13 |
| Octal | 137 | 3 | 43 | 0 | 141 | 77 | 77 | 523 | 136 | 23 |
| Binary | 1011111 | 11 | 100011 | 0 | 1100001 | 111111 | 111111 | 101010011 | 1011110 | 10011 |
Color Harmonies of #5F0323
Complementary color
Monochromatic Colors of #5F0323
Black with #5F0323
Text Example
Text Example
White with #5F0323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0323; }
p { color: rgb(95,3,35); }
H1.HeaderClassName
{
color: #5F0323;
}
.AnyTagClassName
{
color: #5F0323;
}
</style>
background-color css
<style>
a { background-color: #5F0323; }
a { background-color: rgb(95,3,35); }
div.DivClassName
{
background-color: #5F0323;
}
.BgClassName
{
background-color: #5F0323;
}
</style>
border-color css
<style>
span { border-color: #5F0323; }
span { border-color: rgb(95,3,35); }
td.TdClassName
{
border-color: #5F0323;
}
.TagClassName
{
border-color: #5F0323;
}
</style>