Shades of Pohutukawa #5D0314
Tints of Pohutukawa #5D0314
RGB
CMYK
RGB Variations
Color information
#5D0314 (or 0x5D0314) is known color: Pohutukawa. HEX triplet: 5D, 03 and 14. RGB value is (93,3,20). Sum of RGB (Red+Green+Blue) = 93+3+20=116 (15% of max value = 765). Red value is 93 (36.72% from 255 or 80.17% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0314 is #A2FCEB. Grayscale: #1F1F1F. Windows color (decimal): -10681580 or 1311581. OLE color: 1311581.
HSL color Cylindrical-coordinate representation of color #5D0314: hue angle of 348.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0314 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 20 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.64 |
| HSL | 348.67º | 0.94% | 0.19% | - |
| HSV(B) | 348.67º | 0.97% | 0.36% | - |
| XYZ | 4.67 | 2.44 | 0.89 | - |
| YUV | 31.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 20 | 0 | 0.97 | 0.78 | 0.64 | 348.67 | 0.94 | 0.19 |
| Hex | 5D | 3 | 14 | 0 | 61 | 4E | 40 | 15D | 5E | 13 |
| Octal | 135 | 3 | 24 | 0 | 141 | 116 | 100 | 535 | 136 | 23 |
| Binary | 1011101 | 11 | 10100 | 0 | 1100001 | 1001110 | 1000000 | 101011101 | 1011110 | 10011 |
Color Harmonies of #5D0314
Complementary color
Monochromatic Colors of #5D0314
Black with #5D0314
Text Example
Text Example
White with #5D0314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0314; }
p { color: rgb(93,3,20); }
H1.HeaderClassName
{
color: #5D0314;
}
.AnyTagClassName
{
color: #5D0314;
}
</style>
background-color css
<style>
a { background-color: #5D0314; }
a { background-color: rgb(93,3,20); }
div.DivClassName
{
background-color: #5D0314;
}
.BgClassName
{
background-color: #5D0314;
}
</style>
border-color css
<style>
span { border-color: #5D0314; }
span { border-color: rgb(93,3,20); }
td.TdClassName
{
border-color: #5D0314;
}
.TagClassName
{
border-color: #5D0314;
}
</style>