Shades of Pohutukawa #5D1025
Tints of Pohutukawa #5D1025
RGB
CMYK
RGB Variations
Color information
#5D1025 (or 0x5D1025) is known color: Pohutukawa. HEX triplet: 5D, 10 and 25. RGB value is (93,16,37). Sum of RGB (Red+Green+Blue) = 93+16+37=146 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.70% from 146); Green value is 16 (6.64% from 255 or 10.96% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1025 is #A2EFDA. Grayscale: #292929. Windows color (decimal): -10678235 or 2429021. OLE color: 2429021.
HSL color Cylindrical-coordinate representation of color #5D1025: hue angle of 343.64º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1025 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 16 | 37 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.64 |
| HSL | 343.64º | 0.71% | 0.21% | - |
| HSV(B) | 343.64º | 0.83% | 0.36% | - |
| XYZ | 5.03 | 2.83 | 2.03 | - |
| YUV | 41.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 37 | 0 | 0.83 | 0.60 | 0.64 | 343.64 | 0.71 | 0.21 |
| Hex | 5D | 10 | 25 | 0 | 53 | 3C | 40 | 158 | 47 | 15 |
| Octal | 135 | 20 | 45 | 0 | 123 | 74 | 100 | 530 | 107 | 25 |
| Binary | 1011101 | 10000 | 100101 | 0 | 1010011 | 111100 | 1000000 | 101011000 | 1000111 | 10101 |
Color Harmonies of #5D1025
Complementary color
Monochromatic Colors of #5D1025
Black with #5D1025
Text Example
Text Example
White with #5D1025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1025; }
p { color: rgb(93,16,37); }
H1.HeaderClassName
{
color: #5D1025;
}
.AnyTagClassName
{
color: #5D1025;
}
</style>
background-color css
<style>
a { background-color: #5D1025; }
a { background-color: rgb(93,16,37); }
div.DivClassName
{
background-color: #5D1025;
}
.BgClassName
{
background-color: #5D1025;
}
</style>
border-color css
<style>
span { border-color: #5D1025; }
span { border-color: rgb(93,16,37); }
td.TdClassName
{
border-color: #5D1025;
}
.TagClassName
{
border-color: #5D1025;
}
</style>