Shades of Pohutukawa #5D1521
Tints of Pohutukawa #5D1521
RGB
CMYK
RGB Variations
Color information
#5D1521 (or 0x5D1521) is known color: Pohutukawa. HEX triplet: 5D, 15 and 21. RGB value is (93,21,33). Sum of RGB (Red+Green+Blue) = 93+21+33=147 (19% of max value = 765). Red value is 93 (36.72% from 255 or 63.27% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1521 is #A2EADE. Grayscale: #2B2B2B. Windows color (decimal): -10676959 or 2168157. OLE color: 2168157.
HSL color Cylindrical-coordinate representation of color #5D1521: hue angle of 350º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1521 is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 33 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.64 |
| HSL | 350º | 0.63% | 0.22% | - |
| HSV(B) | 350º | 0.77% | 0.36% | - |
| XYZ | 5.06 | 2.97 | 1.75 | - |
| YUV | 43.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 33 | 0 | 0.77 | 0.65 | 0.64 | 350 | 0.63 | 0.22 |
| Hex | 5D | 15 | 21 | 0 | 4D | 41 | 40 | 15E | 3F | 16 |
| Octal | 135 | 25 | 41 | 0 | 115 | 101 | 100 | 536 | 77 | 26 |
| Binary | 1011101 | 10101 | 100001 | 0 | 1001101 | 1000001 | 1000000 | 101011110 | 111111 | 10110 |
Color Harmonies of #5D1521
Complementary color
Monochromatic Colors of #5D1521
Black with #5D1521
Text Example
Text Example
White with #5D1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1521; }
p { color: rgb(93,21,33); }
H1.HeaderClassName
{
color: #5D1521;
}
.AnyTagClassName
{
color: #5D1521;
}
</style>
background-color css
<style>
a { background-color: #5D1521; }
a { background-color: rgb(93,21,33); }
div.DivClassName
{
background-color: #5D1521;
}
.BgClassName
{
background-color: #5D1521;
}
</style>
border-color css
<style>
span { border-color: #5D1521; }
span { border-color: rgb(93,21,33); }
td.TdClassName
{
border-color: #5D1521;
}
.TagClassName
{
border-color: #5D1521;
}
</style>