Shades of Pohutukawa #5D010C
Tints of Pohutukawa #5D010C
RGB
CMYK
RGB Variations
Color information
#5D010C (or 0x5D010C) is known color: Pohutukawa. HEX triplet: 5D, 01 and 0C. RGB value is (93,1,12). Sum of RGB (Red+Green+Blue) = 93+1+12=106 (14% of max value = 765). Red value is 93 (36.72% from 255 or 87.74% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 93 - color contains mainly: red. Hex color #5D010C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D010C is #A2FEF3. Grayscale: #1D1D1D. Windows color (decimal): -10682100 or 786781. OLE color: 786781.
HSL color Cylindrical-coordinate representation of color #5D010C: hue angle of 352.83º 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 #5D010C is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.64 |
| HSL | 352.83º | 0.98% | 0.18% | - |
| HSV(B) | 352.83º | 0.99% | 0.36% | - |
| XYZ | 4.59 | 2.38 | 0.56 | - |
| YUV | 29.76 | 117.98 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 1 | 12 | 0 | 0.99 | 0.87 | 0.64 | 352.83 | 0.98 | 0.18 |
| Hex | 5D | 1 | C | 0 | 63 | 57 | 40 | 161 | 62 | 12 |
| Octal | 135 | 1 | 14 | 0 | 143 | 127 | 100 | 541 | 142 | 22 |
| Binary | 1011101 | 1 | 1100 | 0 | 1100011 | 1010111 | 1000000 | 101100001 | 1100010 | 10010 |
Color Harmonies of #5D010C
Complementary color
Monochromatic Colors of #5D010C
Black with #5D010C
Text Example
Text Example
White with #5D010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D010C; }
p { color: rgb(93,1,12); }
H1.HeaderClassName
{
color: #5D010C;
}
.AnyTagClassName
{
color: #5D010C;
}
</style>
background-color css
<style>
a { background-color: #5D010C; }
a { background-color: rgb(93,1,12); }
div.DivClassName
{
background-color: #5D010C;
}
.BgClassName
{
background-color: #5D010C;
}
</style>
border-color css
<style>
span { border-color: #5D010C; }
span { border-color: rgb(93,1,12); }
td.TdClassName
{
border-color: #5D010C;
}
.TagClassName
{
border-color: #5D010C;
}
</style>