Shades of Pohutukawa #5D010B
Tints of Pohutukawa #5D010B
RGB
CMYK
RGB Variations
Color information
#5D010B (or 0x5D010B) is known color: Pohutukawa. HEX triplet: 5D, 01 and 0B. RGB value is (93,1,11). Sum of RGB (Red+Green+Blue) = 93+1+11=105 (13% of max value = 765). Red value is 93 (36.72% from 255 or 88.57% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 93 - color contains mainly: red. Hex color #5D010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D010B is #A2FEF4. Grayscale: #1D1D1D. Windows color (decimal): -10682101 or 721245. OLE color: 721245.
HSL color Cylindrical-coordinate representation of color #5D010B: hue angle of 353.48º 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 #5D010B is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 11 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.64 |
| HSL | 353.48º | 0.98% | 0.18% | - |
| HSV(B) | 353.48º | 0.99% | 0.36% | - |
| XYZ | 4.59 | 2.37 | 0.53 | - |
| YUV | 29.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 11 | 0 | 0.99 | 0.88 | 0.64 | 353.48 | 0.98 | 0.18 |
| Hex | 5D | 1 | B | 0 | 63 | 58 | 40 | 161 | 62 | 12 |
| Octal | 135 | 1 | 13 | 0 | 143 | 130 | 100 | 541 | 142 | 22 |
| Binary | 1011101 | 1 | 1011 | 0 | 1100011 | 1011000 | 1000000 | 101100001 | 1100010 | 10010 |
Color Harmonies of #5D010B
Complementary color
Monochromatic Colors of #5D010B
Black with #5D010B
Text Example
Text Example
White with #5D010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D010B; }
p { color: rgb(93,1,11); }
H1.HeaderClassName
{
color: #5D010B;
}
.AnyTagClassName
{
color: #5D010B;
}
</style>
background-color css
<style>
a { background-color: #5D010B; }
a { background-color: rgb(93,1,11); }
div.DivClassName
{
background-color: #5D010B;
}
.BgClassName
{
background-color: #5D010B;
}
</style>
border-color css
<style>
span { border-color: #5D010B; }
span { border-color: rgb(93,1,11); }
td.TdClassName
{
border-color: #5D010B;
}
.TagClassName
{
border-color: #5D010B;
}
</style>