Shades of Pohutukawa #5D1324
Tints of Pohutukawa #5D1324
RGB
CMYK
RGB Variations
Color information
#5D1324 (or 0x5D1324) is known color: Pohutukawa. HEX triplet: 5D, 13 and 24. RGB value is (93,19,36). Sum of RGB (Red+Green+Blue) = 93+19+36=148 (19% of max value = 765). Red value is 93 (36.72% from 255 or 62.84% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1324 is #A2ECDB. Grayscale: #2B2B2B. Windows color (decimal): -10677468 or 2364253. OLE color: 2364253.
HSL color Cylindrical-coordinate representation of color #5D1324: hue angle of 346.22º 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 #5D1324 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 19 | 36 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.64 |
| HSL | 346.22º | 0.66% | 0.22% | - |
| HSV(B) | 346.22º | 0.8% | 0.36% | - |
| XYZ | 5.07 | 2.92 | 1.97 | - |
| YUV | 43.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 19 | 36 | 0 | 0.80 | 0.61 | 0.64 | 346.22 | 0.66 | 0.22 |
| Hex | 5D | 13 | 24 | 0 | 50 | 3D | 40 | 15A | 42 | 16 |
| Octal | 135 | 23 | 44 | 0 | 120 | 75 | 100 | 532 | 102 | 26 |
| Binary | 1011101 | 10011 | 100100 | 0 | 1010000 | 111101 | 1000000 | 101011010 | 1000010 | 10110 |
Color Harmonies of #5D1324
Complementary color
Monochromatic Colors of #5D1324
Black with #5D1324
Text Example
Text Example
White with #5D1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1324; }
p { color: rgb(93,19,36); }
H1.HeaderClassName
{
color: #5D1324;
}
.AnyTagClassName
{
color: #5D1324;
}
</style>
background-color css
<style>
a { background-color: #5D1324; }
a { background-color: rgb(93,19,36); }
div.DivClassName
{
background-color: #5D1324;
}
.BgClassName
{
background-color: #5D1324;
}
</style>
border-color css
<style>
span { border-color: #5D1324; }
span { border-color: rgb(93,19,36); }
td.TdClassName
{
border-color: #5D1324;
}
.TagClassName
{
border-color: #5D1324;
}
</style>