Shades of Pohutukawa #5D0819
Tints of Pohutukawa #5D0819
RGB
CMYK
RGB Variations
Color information
#5D0819 (or 0x5D0819) is known color: Pohutukawa. HEX triplet: 5D, 08 and 19. RGB value is (93,8,25). Sum of RGB (Red+Green+Blue) = 93+8+25=126 (16% of max value = 765). Red value is 93 (36.72% from 255 or 73.81% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0819 is #A2F7E6. Grayscale: #232323. Windows color (decimal): -10680295 or 1640541. OLE color: 1640541.
HSL color Cylindrical-coordinate representation of color #5D0819: hue angle of 348º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0819 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 8 | 25 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.64 |
| HSL | 348º | 0.84% | 0.2% | - |
| HSV(B) | 348º | 0.91% | 0.36% | - |
| XYZ | 4.78 | 2.57 | 1.16 | - |
| YUV | 35.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 25 | 0 | 0.91 | 0.73 | 0.64 | 348 | 0.84 | 0.2 |
| Hex | 5D | 8 | 19 | 0 | 5B | 49 | 40 | 15C | 54 | 14 |
| Octal | 135 | 10 | 31 | 0 | 133 | 111 | 100 | 534 | 124 | 24 |
| Binary | 1011101 | 1000 | 11001 | 0 | 1011011 | 1001001 | 1000000 | 101011100 | 1010100 | 10100 |
Color Harmonies of #5D0819
Complementary color
Monochromatic Colors of #5D0819
Black with #5D0819
Text Example
Text Example
White with #5D0819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0819; }
p { color: rgb(93,8,25); }
H1.HeaderClassName
{
color: #5D0819;
}
.AnyTagClassName
{
color: #5D0819;
}
</style>
background-color css
<style>
a { background-color: #5D0819; }
a { background-color: rgb(93,8,25); }
div.DivClassName
{
background-color: #5D0819;
}
.BgClassName
{
background-color: #5D0819;
}
</style>
border-color css
<style>
span { border-color: #5D0819; }
span { border-color: rgb(93,8,25); }
td.TdClassName
{
border-color: #5D0819;
}
.TagClassName
{
border-color: #5D0819;
}
</style>