Shades of Pohutukawa #5D141A
Tints of Pohutukawa #5D141A
RGB
CMYK
RGB Variations
Color information
#5D141A (or 0x5D141A) is known color: Pohutukawa. HEX triplet: 5D, 14 and 1A. RGB value is (93,20,26). Sum of RGB (Red+Green+Blue) = 93+20+26=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D141A is #A2EBE5. Grayscale: #2A2A2A. Windows color (decimal): -10677222 or 1709149. OLE color: 1709149.
HSL color Cylindrical-coordinate representation of color #5D141A: hue angle of 355.07º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D141A is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 26 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.64 |
| HSL | 355.07º | 0.65% | 0.22% | - |
| HSV(B) | 355.07º | 0.78% | 0.36% | - |
| XYZ | 4.95 | 2.9 | 1.28 | - |
| YUV | 42.51 | 118.68 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 26 | 0 | 0.78 | 0.72 | 0.64 | 355.07 | 0.65 | 0.22 |
| Hex | 5D | 14 | 1A | 0 | 4E | 48 | 40 | 163 | 41 | 16 |
| Octal | 135 | 24 | 32 | 0 | 116 | 110 | 100 | 543 | 101 | 26 |
| Binary | 1011101 | 10100 | 11010 | 0 | 1001110 | 1001000 | 1000000 | 101100011 | 1000001 | 10110 |
Color Harmonies of #5D141A
Complementary color
Monochromatic Colors of #5D141A
Black with #5D141A
Text Example
Text Example
White with #5D141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D141A; }
p { color: rgb(93,20,26); }
H1.HeaderClassName
{
color: #5D141A;
}
.AnyTagClassName
{
color: #5D141A;
}
</style>
background-color css
<style>
a { background-color: #5D141A; }
a { background-color: rgb(93,20,26); }
div.DivClassName
{
background-color: #5D141A;
}
.BgClassName
{
background-color: #5D141A;
}
</style>
border-color css
<style>
span { border-color: #5D141A; }
span { border-color: rgb(93,20,26); }
td.TdClassName
{
border-color: #5D141A;
}
.TagClassName
{
border-color: #5D141A;
}
</style>