Shades of Pohutukawa #5D0306
Tints of Pohutukawa #5D0306
RGB
CMYK
RGB Variations
Color information
#5D0306 (or 0x5D0306) is known color: Pohutukawa. HEX triplet: 5D, 03 and 06. RGB value is (93,3,6). Sum of RGB (Red+Green+Blue) = 93+3+6=102 (13% of max value = 765). Red value is 93 (36.72% from 255 or 91.18% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0306 is #A2FCF9. Grayscale: #1E1E1E. Windows color (decimal): -10681594 or 394077. OLE color: 394077.
HSL color Cylindrical-coordinate representation of color #5D0306: hue angle of 358º 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 #5D0306 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 6 | - |
| CMYK | 0 | 0.97 | 0.94 | 0.64 |
| HSL | 358º | 0.94% | 0.19% | - |
| HSV(B) | 358º | 0.97% | 0.36% | - |
| XYZ | 4.58 | 2.41 | 0.4 | - |
| YUV | 30.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 6 | 0 | 0.97 | 0.94 | 0.64 | 358 | 0.94 | 0.19 |
| Hex | 5D | 3 | 6 | 0 | 61 | 5E | 40 | 166 | 5E | 13 |
| Octal | 135 | 3 | 6 | 0 | 141 | 136 | 100 | 546 | 136 | 23 |
| Binary | 1011101 | 11 | 110 | 0 | 1100001 | 1011110 | 1000000 | 101100110 | 1011110 | 10011 |
Color Harmonies of #5D0306
Complementary color
Monochromatic Colors of #5D0306
Black with #5D0306
Text Example
Text Example
White with #5D0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0306; }
p { color: rgb(93,3,6); }
H1.HeaderClassName
{
color: #5D0306;
}
.AnyTagClassName
{
color: #5D0306;
}
</style>
background-color css
<style>
a { background-color: #5D0306; }
a { background-color: rgb(93,3,6); }
div.DivClassName
{
background-color: #5D0306;
}
.BgClassName
{
background-color: #5D0306;
}
</style>
border-color css
<style>
span { border-color: #5D0306; }
span { border-color: rgb(93,3,6); }
td.TdClassName
{
border-color: #5D0306;
}
.TagClassName
{
border-color: #5D0306;
}
</style>