Shades of Pohutukawa #5D0318
Tints of Pohutukawa #5D0318
RGB
CMYK
RGB Variations
Color information
#5D0318 (or 0x5D0318) is known color: Pohutukawa. HEX triplet: 5D, 03 and 18. RGB value is (93,3,24). Sum of RGB (Red+Green+Blue) = 93+3+24=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0318 is #A2FCE7. Grayscale: #202020. Windows color (decimal): -10681576 or 1573725. OLE color: 1573725.
HSL color Cylindrical-coordinate representation of color #5D0318: hue angle of 346º 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 #5D0318 is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 24 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.64 |
| HSL | 346º | 0.94% | 0.19% | - |
| HSV(B) | 346º | 0.97% | 0.36% | - |
| XYZ | 4.71 | 2.46 | 1.09 | - |
| YUV | 32.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 24 | 0 | 0.97 | 0.74 | 0.64 | 346 | 0.94 | 0.19 |
| Hex | 5D | 3 | 18 | 0 | 61 | 4A | 40 | 15A | 5E | 13 |
| Octal | 135 | 3 | 30 | 0 | 141 | 112 | 100 | 532 | 136 | 23 |
| Binary | 1011101 | 11 | 11000 | 0 | 1100001 | 1001010 | 1000000 | 101011010 | 1011110 | 10011 |
Color Harmonies of #5D0318
Complementary color
Monochromatic Colors of #5D0318
Black with #5D0318
Text Example
Text Example
White with #5D0318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0318; }
p { color: rgb(93,3,24); }
H1.HeaderClassName
{
color: #5D0318;
}
.AnyTagClassName
{
color: #5D0318;
}
</style>
background-color css
<style>
a { background-color: #5D0318; }
a { background-color: rgb(93,3,24); }
div.DivClassName
{
background-color: #5D0318;
}
.BgClassName
{
background-color: #5D0318;
}
</style>
border-color css
<style>
span { border-color: #5D0318; }
span { border-color: rgb(93,3,24); }
td.TdClassName
{
border-color: #5D0318;
}
.TagClassName
{
border-color: #5D0318;
}
</style>