Shades of Pohutukawa #5D010A
Tints of Pohutukawa #5D010A
RGB
CMYK
RGB Variations
Color information
#5D010A (or 0x5D010A) is known color: Pohutukawa. HEX triplet: 5D, 01 and 0A. RGB value is (93,1,10). Sum of RGB (Red+Green+Blue) = 93+1+10=104 (13% of max value = 765). Red value is 93 (36.72% from 255 or 89.42% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 93 - color contains mainly: red. Hex color #5D010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D010A is #A2FEF5. Grayscale: #1D1D1D. Windows color (decimal): -10682102 or 655709. OLE color: 655709.
HSL color Cylindrical-coordinate representation of color #5D010A: hue angle of 354.13º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D010A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.64 |
| HSL | 354.13º | 0.98% | 0.18% | - |
| HSV(B) | 354.13º | 0.99% | 0.36% | - |
| XYZ | 4.58 | 2.37 | 0.5 | - |
| YUV | 29.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 10 | 0 | 0.99 | 0.89 | 0.64 | 354.13 | 0.98 | 0.18 |
| Hex | 5D | 1 | A | 0 | 63 | 59 | 40 | 162 | 62 | 12 |
| Octal | 135 | 1 | 12 | 0 | 143 | 131 | 100 | 542 | 142 | 22 |
| Binary | 1011101 | 1 | 1010 | 0 | 1100011 | 1011001 | 1000000 | 101100010 | 1100010 | 10010 |
Color Harmonies of #5D010A
Complementary color
Monochromatic Colors of #5D010A
Black with #5D010A
Text Example
Text Example
White with #5D010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D010A; }
p { color: rgb(93,1,10); }
H1.HeaderClassName
{
color: #5D010A;
}
.AnyTagClassName
{
color: #5D010A;
}
</style>
background-color css
<style>
a { background-color: #5D010A; }
a { background-color: rgb(93,1,10); }
div.DivClassName
{
background-color: #5D010A;
}
.BgClassName
{
background-color: #5D010A;
}
</style>
border-color css
<style>
span { border-color: #5D010A; }
span { border-color: rgb(93,1,10); }
td.TdClassName
{
border-color: #5D010A;
}
.TagClassName
{
border-color: #5D010A;
}
</style>