Shades of Pohutukawa #5D151D
Tints of Pohutukawa #5D151D
RGB
CMYK
RGB Variations
Color information
#5D151D (or 0x5D151D) is known color: Pohutukawa. HEX triplet: 5D, 15 and 1D. RGB value is (93,21,29). Sum of RGB (Red+Green+Blue) = 93+21+29=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D151D is #A2EAE2. Grayscale: #2B2B2B. Windows color (decimal): -10676963 or 1906013. OLE color: 1906013.
HSL color Cylindrical-coordinate representation of color #5D151D: hue angle of 353.33º 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 #5D151D is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 21 | 29 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.64 |
| HSL | 353.33º | 0.63% | 0.22% | - |
| HSV(B) | 353.33º | 0.77% | 0.36% | - |
| XYZ | 5 | 2.95 | 1.47 | - |
| YUV | 43.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 29 | 0 | 0.77 | 0.69 | 0.64 | 353.33 | 0.63 | 0.22 |
| Hex | 5D | 15 | 1D | 0 | 4D | 45 | 40 | 161 | 3F | 16 |
| Octal | 135 | 25 | 35 | 0 | 115 | 105 | 100 | 541 | 77 | 26 |
| Binary | 1011101 | 10101 | 11101 | 0 | 1001101 | 1000101 | 1000000 | 101100001 | 111111 | 10110 |
Color Harmonies of #5D151D
Complementary color
Monochromatic Colors of #5D151D
Black with #5D151D
Text Example
Text Example
White with #5D151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D151D; }
p { color: rgb(93,21,29); }
H1.HeaderClassName
{
color: #5D151D;
}
.AnyTagClassName
{
color: #5D151D;
}
</style>
background-color css
<style>
a { background-color: #5D151D; }
a { background-color: rgb(93,21,29); }
div.DivClassName
{
background-color: #5D151D;
}
.BgClassName
{
background-color: #5D151D;
}
</style>
border-color css
<style>
span { border-color: #5D151D; }
span { border-color: rgb(93,21,29); }
td.TdClassName
{
border-color: #5D151D;
}
.TagClassName
{
border-color: #5D151D;
}
</style>