Shades of Pohutukawa #5D1325
Tints of Pohutukawa #5D1325
RGB
CMYK
RGB Variations
Color information
#5D1325 (or 0x5D1325) is known color: Pohutukawa. HEX triplet: 5D, 13 and 25. RGB value is (93,19,37). Sum of RGB (Red+Green+Blue) = 93+19+37=149 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.42% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1325 is #A2ECDA. Grayscale: #2B2B2B. Windows color (decimal): -10677467 or 2429789. OLE color: 2429789.
HSL color Cylindrical-coordinate representation of color #5D1325: hue angle of 345.41º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D1325 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 37 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.64 |
| HSL | 345.41º | 0.66% | 0.22% | - |
| HSV(B) | 345.41º | 0.8% | 0.36% | - |
| XYZ | 5.08 | 2.93 | 2.05 | - |
| YUV | 43.18 | 124.52 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 37 | 0 | 0.80 | 0.60 | 0.64 | 345.41 | 0.66 | 0.22 |
| Hex | 5D | 13 | 25 | 0 | 50 | 3C | 40 | 159 | 42 | 16 |
| Octal | 135 | 23 | 45 | 0 | 120 | 74 | 100 | 531 | 102 | 26 |
| Binary | 1011101 | 10011 | 100101 | 0 | 1010000 | 111100 | 1000000 | 101011001 | 1000010 | 10110 |
Color Harmonies of #5D1325
Complementary color
Monochromatic Colors of #5D1325
Black with #5D1325
Text Example
Text Example
White with #5D1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1325; }
p { color: rgb(93,19,37); }
H1.HeaderClassName
{
color: #5D1325;
}
.AnyTagClassName
{
color: #5D1325;
}
</style>
background-color css
<style>
a { background-color: #5D1325; }
a { background-color: rgb(93,19,37); }
div.DivClassName
{
background-color: #5D1325;
}
.BgClassName
{
background-color: #5D1325;
}
</style>
border-color css
<style>
span { border-color: #5D1325; }
span { border-color: rgb(93,19,37); }
td.TdClassName
{
border-color: #5D1325;
}
.TagClassName
{
border-color: #5D1325;
}
</style>