Shades of Pohutukawa #5D101E
Tints of Pohutukawa #5D101E
RGB
CMYK
RGB Variations
Color information
#5D101E (or 0x5D101E) is known color: Pohutukawa. HEX triplet: 5D, 10 and 1E. RGB value is (93,16,30). Sum of RGB (Red+Green+Blue) = 93+16+30=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D101E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D101E is #A2EFE1. Grayscale: #282828. Windows color (decimal): -10678242 or 1970269. OLE color: 1970269.
HSL color Cylindrical-coordinate representation of color #5D101E: hue angle of 349.09º 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 #5D101E is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 16 | 30 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.64 |
| HSL | 349.09º | 0.71% | 0.21% | - |
| HSV(B) | 349.09º | 0.83% | 0.36% | - |
| XYZ | 4.93 | 2.79 | 1.51 | - |
| YUV | 40.62 | 122.01 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 30 | 0 | 0.83 | 0.68 | 0.64 | 349.09 | 0.71 | 0.21 |
| Hex | 5D | 10 | 1E | 0 | 53 | 44 | 40 | 15D | 47 | 15 |
| Octal | 135 | 20 | 36 | 0 | 123 | 104 | 100 | 535 | 107 | 25 |
| Binary | 1011101 | 10000 | 11110 | 0 | 1010011 | 1000100 | 1000000 | 101011101 | 1000111 | 10101 |
Color Harmonies of #5D101E
Complementary color
Monochromatic Colors of #5D101E
Black with #5D101E
Text Example
Text Example
White with #5D101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D101E; }
p { color: rgb(93,16,30); }
H1.HeaderClassName
{
color: #5D101E;
}
.AnyTagClassName
{
color: #5D101E;
}
</style>
background-color css
<style>
a { background-color: #5D101E; }
a { background-color: rgb(93,16,30); }
div.DivClassName
{
background-color: #5D101E;
}
.BgClassName
{
background-color: #5D101E;
}
</style>
border-color css
<style>
span { border-color: #5D101E; }
span { border-color: rgb(93,16,30); }
td.TdClassName
{
border-color: #5D101E;
}
.TagClassName
{
border-color: #5D101E;
}
</style>