Shades of Pohutukawa #5D1625
Tints of Pohutukawa #5D1625
RGB
CMYK
RGB Variations
Color information
#5D1625 (or 0x5D1625) is known color: Pohutukawa. HEX triplet: 5D, 16 and 25. RGB value is (93,22,37). Sum of RGB (Red+Green+Blue) = 93+22+37=152 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.18% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1625 is #A2E9DA. Grayscale: #2C2C2C. Windows color (decimal): -10676699 or 2430557. OLE color: 2430557.
HSL color Cylindrical-coordinate representation of color #5D1625: hue angle of 347.32º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1625 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 37 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.64 |
| HSL | 347.32º | 0.62% | 0.23% | - |
| HSV(B) | 347.32º | 0.76% | 0.36% | - |
| XYZ | 5.14 | 3.03 | 2.07 | - |
| YUV | 44.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 37 | 0 | 0.76 | 0.60 | 0.64 | 347.32 | 0.62 | 0.23 |
| Hex | 5D | 16 | 25 | 0 | 4C | 3C | 40 | 15B | 3E | 17 |
| Octal | 135 | 26 | 45 | 0 | 114 | 74 | 100 | 533 | 76 | 27 |
| Binary | 1011101 | 10110 | 100101 | 0 | 1001100 | 111100 | 1000000 | 101011011 | 111110 | 10111 |
Color Harmonies of #5D1625
Complementary color
Monochromatic Colors of #5D1625
Black with #5D1625
Text Example
Text Example
White with #5D1625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1625; }
p { color: rgb(93,22,37); }
H1.HeaderClassName
{
color: #5D1625;
}
.AnyTagClassName
{
color: #5D1625;
}
</style>
background-color css
<style>
a { background-color: #5D1625; }
a { background-color: rgb(93,22,37); }
div.DivClassName
{
background-color: #5D1625;
}
.BgClassName
{
background-color: #5D1625;
}
</style>
border-color css
<style>
span { border-color: #5D1625; }
span { border-color: rgb(93,22,37); }
td.TdClassName
{
border-color: #5D1625;
}
.TagClassName
{
border-color: #5D1625;
}
</style>