Shades of Pohutukawa #5D0319
Tints of Pohutukawa #5D0319
RGB
CMYK
RGB Variations
Color information
#5D0319 (or 0x5D0319) is known color: Pohutukawa. HEX triplet: 5D, 03 and 19. RGB value is (93,3,25). Sum of RGB (Red+Green+Blue) = 93+3+25=121 (16% of max value = 765). Red value is 93 (36.72% from 255 or 76.86% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0319 is #A2FCE6. Grayscale: #202020. Windows color (decimal): -10681575 or 1639261. OLE color: 1639261.
HSL color Cylindrical-coordinate representation of color #5D0319: hue angle of 345.33º 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 #5D0319 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 25 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.64 |
| HSL | 345.33º | 0.94% | 0.19% | - |
| HSV(B) | 345.33º | 0.97% | 0.36% | - |
| XYZ | 4.72 | 2.46 | 1.15 | - |
| YUV | 32.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 25 | 0 | 0.97 | 0.73 | 0.64 | 345.33 | 0.94 | 0.19 |
| Hex | 5D | 3 | 19 | 0 | 61 | 49 | 40 | 159 | 5E | 13 |
| Octal | 135 | 3 | 31 | 0 | 141 | 111 | 100 | 531 | 136 | 23 |
| Binary | 1011101 | 11 | 11001 | 0 | 1100001 | 1001001 | 1000000 | 101011001 | 1011110 | 10011 |
Color Harmonies of #5D0319
Complementary color
Monochromatic Colors of #5D0319
Black with #5D0319
Text Example
Text Example
White with #5D0319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0319; }
p { color: rgb(93,3,25); }
H1.HeaderClassName
{
color: #5D0319;
}
.AnyTagClassName
{
color: #5D0319;
}
</style>
background-color css
<style>
a { background-color: #5D0319; }
a { background-color: rgb(93,3,25); }
div.DivClassName
{
background-color: #5D0319;
}
.BgClassName
{
background-color: #5D0319;
}
</style>
border-color css
<style>
span { border-color: #5D0319; }
span { border-color: rgb(93,3,25); }
td.TdClassName
{
border-color: #5D0319;
}
.TagClassName
{
border-color: #5D0319;
}
</style>