Shades of Pohutukawa #5D1525
Tints of Pohutukawa #5D1525
RGB
CMYK
RGB Variations
Color information
#5D1525 (or 0x5D1525) is known color: Pohutukawa. HEX triplet: 5D, 15 and 25. RGB value is (93,21,37). Sum of RGB (Red+Green+Blue) = 93+21+37=151 (20% of max value = 765). Red value is 93 (36.72% from 255 or 61.59% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1525 is #A2EADA. Grayscale: #2C2C2C. Windows color (decimal): -10676955 or 2430301. OLE color: 2430301.
HSL color Cylindrical-coordinate representation of color #5D1525: hue angle of 346.67º 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 #5D1525 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 37 | - |
| CMYK | 0 | 0.77 | 0.60 | 0.64 |
| HSL | 346.67º | 0.63% | 0.22% | - |
| HSV(B) | 346.67º | 0.77% | 0.36% | - |
| XYZ | 5.12 | 3 | 2.06 | - |
| YUV | 44.35 | 123.85 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 37 | 0 | 0.77 | 0.60 | 0.64 | 346.67 | 0.63 | 0.22 |
| Hex | 5D | 15 | 25 | 0 | 4D | 3C | 40 | 15B | 3F | 16 |
| Octal | 135 | 25 | 45 | 0 | 115 | 74 | 100 | 533 | 77 | 26 |
| Binary | 1011101 | 10101 | 100101 | 0 | 1001101 | 111100 | 1000000 | 101011011 | 111111 | 10110 |
Color Harmonies of #5D1525
Complementary color
Monochromatic Colors of #5D1525
Black with #5D1525
Text Example
Text Example
White with #5D1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1525; }
p { color: rgb(93,21,37); }
H1.HeaderClassName
{
color: #5D1525;
}
.AnyTagClassName
{
color: #5D1525;
}
</style>
background-color css
<style>
a { background-color: #5D1525; }
a { background-color: rgb(93,21,37); }
div.DivClassName
{
background-color: #5D1525;
}
.BgClassName
{
background-color: #5D1525;
}
</style>
border-color css
<style>
span { border-color: #5D1525; }
span { border-color: rgb(93,21,37); }
td.TdClassName
{
border-color: #5D1525;
}
.TagClassName
{
border-color: #5D1525;
}
</style>