Shades of Pohutukawa #5D101B
Tints of Pohutukawa #5D101B
RGB
CMYK
RGB Variations
Color information
#5D101B (or 0x5D101B) is known color: Pohutukawa. HEX triplet: 5D, 10 and 1B. RGB value is (93,16,27). Sum of RGB (Red+Green+Blue) = 93+16+27=136 (18% of max value = 765). Red value is 93 (36.72% from 255 or 68.38% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 93 - color contains mainly: red. Hex color #5D101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D101B is #A2EFE4. Grayscale: #282828. Windows color (decimal): -10678245 or 1773661. OLE color: 1773661.
HSL color Cylindrical-coordinate representation of color #5D101B: hue angle of 351.43º 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 #5D101B is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 16 | 27 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.64 |
| HSL | 351.43º | 0.71% | 0.21% | - |
| HSV(B) | 351.43º | 0.83% | 0.36% | - |
| XYZ | 4.9 | 2.78 | 1.31 | - |
| YUV | 40.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 16 | 27 | 0 | 0.83 | 0.71 | 0.64 | 351.43 | 0.71 | 0.21 |
| Hex | 5D | 10 | 1B | 0 | 53 | 47 | 40 | 15F | 47 | 15 |
| Octal | 135 | 20 | 33 | 0 | 123 | 107 | 100 | 537 | 107 | 25 |
| Binary | 1011101 | 10000 | 11011 | 0 | 1010011 | 1000111 | 1000000 | 101011111 | 1000111 | 10101 |
Color Harmonies of #5D101B
Complementary color
Monochromatic Colors of #5D101B
Black with #5D101B
Text Example
Text Example
White with #5D101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D101B; }
p { color: rgb(93,16,27); }
H1.HeaderClassName
{
color: #5D101B;
}
.AnyTagClassName
{
color: #5D101B;
}
</style>
background-color css
<style>
a { background-color: #5D101B; }
a { background-color: rgb(93,16,27); }
div.DivClassName
{
background-color: #5D101B;
}
.BgClassName
{
background-color: #5D101B;
}
</style>
border-color css
<style>
span { border-color: #5D101B; }
span { border-color: rgb(93,16,27); }
td.TdClassName
{
border-color: #5D101B;
}
.TagClassName
{
border-color: #5D101B;
}
</style>