Shades of Pohutukawa #5D031B
Tints of Pohutukawa #5D031B
RGB
CMYK
RGB Variations
Color information
#5D031B (or 0x5D031B) is known color: Pohutukawa. HEX triplet: 5D, 03 and 1B. RGB value is (93,3,27). Sum of RGB (Red+Green+Blue) = 93+3+27=123 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75.61% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 93 - color contains mainly: red. Hex color #5D031B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D031B is #A2FCE4. Grayscale: #202020. Windows color (decimal): -10681573 or 1770333. OLE color: 1770333.
HSL color Cylindrical-coordinate representation of color #5D031B: hue angle of 344º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D031B is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 3 | 27 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.64 |
| HSL | 344º | 0.94% | 0.19% | - |
| HSV(B) | 344º | 0.97% | 0.36% | - |
| XYZ | 4.74 | 2.47 | 1.26 | - |
| YUV | 32.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 3 | 27 | 0 | 0.97 | 0.71 | 0.64 | 344 | 0.94 | 0.19 |
| Hex | 5D | 3 | 1B | 0 | 61 | 47 | 40 | 158 | 5E | 13 |
| Octal | 135 | 3 | 33 | 0 | 141 | 107 | 100 | 530 | 136 | 23 |
| Binary | 1011101 | 11 | 11011 | 0 | 1100001 | 1000111 | 1000000 | 101011000 | 1011110 | 10011 |
Color Harmonies of #5D031B
Complementary color
Monochromatic Colors of #5D031B
Black with #5D031B
Text Example
Text Example
White with #5D031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D031B; }
p { color: rgb(93,3,27); }
H1.HeaderClassName
{
color: #5D031B;
}
.AnyTagClassName
{
color: #5D031B;
}
</style>
background-color css
<style>
a { background-color: #5D031B; }
a { background-color: rgb(93,3,27); }
div.DivClassName
{
background-color: #5D031B;
}
.BgClassName
{
background-color: #5D031B;
}
</style>
border-color css
<style>
span { border-color: #5D031B; }
span { border-color: rgb(93,3,27); }
td.TdClassName
{
border-color: #5D031B;
}
.TagClassName
{
border-color: #5D031B;
}
</style>