Shades of Pohutukawa #5D151B
Tints of Pohutukawa #5D151B
RGB
CMYK
RGB Variations
Color information
#5D151B (or 0x5D151B) is known color: Pohutukawa. HEX triplet: 5D, 15 and 1B. RGB value is (93,21,27). Sum of RGB (Red+Green+Blue) = 93+21+27=141 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.96% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 93 - color contains mainly: red. Hex color #5D151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D151B is #A2EAE4. Grayscale: #2B2B2B. Windows color (decimal): -10676965 or 1774941. OLE color: 1774941.
HSL color Cylindrical-coordinate representation of color #5D151B: hue angle of 355º 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 #5D151B is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 27 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.64 |
| HSL | 355º | 0.63% | 0.22% | - |
| HSV(B) | 355º | 0.77% | 0.36% | - |
| XYZ | 4.98 | 2.94 | 1.34 | - |
| YUV | 43.21 | 118.85 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 27 | 0 | 0.77 | 0.71 | 0.64 | 355 | 0.63 | 0.22 |
| Hex | 5D | 15 | 1B | 0 | 4D | 47 | 40 | 163 | 3F | 16 |
| Octal | 135 | 25 | 33 | 0 | 115 | 107 | 100 | 543 | 77 | 26 |
| Binary | 1011101 | 10101 | 11011 | 0 | 1001101 | 1000111 | 1000000 | 101100011 | 111111 | 10110 |
Color Harmonies of #5D151B
Complementary color
Monochromatic Colors of #5D151B
Black with #5D151B
Text Example
Text Example
White with #5D151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D151B; }
p { color: rgb(93,21,27); }
H1.HeaderClassName
{
color: #5D151B;
}
.AnyTagClassName
{
color: #5D151B;
}
</style>
background-color css
<style>
a { background-color: #5D151B; }
a { background-color: rgb(93,21,27); }
div.DivClassName
{
background-color: #5D151B;
}
.BgClassName
{
background-color: #5D151B;
}
</style>
border-color css
<style>
span { border-color: #5D151B; }
span { border-color: rgb(93,21,27); }
td.TdClassName
{
border-color: #5D151B;
}
.TagClassName
{
border-color: #5D151B;
}
</style>