Shades of Pohutukawa #5E1D2D
Tints of Pohutukawa #5E1D2D
RGB
CMYK
RGB Variations
Color information
#5E1D2D (or 0x5E1D2D) is known color: Pohutukawa. HEX triplet: 5E, 1D and 2D. RGB value is (94,29,45). Sum of RGB (Red+Green+Blue) = 94+29+45=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D2D is #A1E2D2. Grayscale: #323232. Windows color (decimal): -10609363 or 2956638. OLE color: 2956638.
HSL color Cylindrical-coordinate representation of color #5E1D2D: hue angle of 345.23º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E1D2D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 29 | 45 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.63 |
| HSL | 345.23º | 0.53% | 0.24% | - |
| HSV(B) | 345.23º | 0.69% | 0.37% | - |
| XYZ | 5.53 | 3.45 | 2.86 | - |
| YUV | 50.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 29 | 45 | 0 | 0.69 | 0.52 | 0.63 | 345.23 | 0.53 | 0.24 |
| Hex | 5E | 1D | 2D | 0 | 45 | 34 | 3F | 159 | 35 | 18 |
| Octal | 136 | 35 | 55 | 0 | 105 | 64 | 77 | 531 | 65 | 30 |
| Binary | 1011110 | 11101 | 101101 | 0 | 1000101 | 110100 | 111111 | 101011001 | 110101 | 11000 |
Color Harmonies of #5E1D2D
Complementary color
Monochromatic Colors of #5E1D2D
Black with #5E1D2D
Text Example
Text Example
White with #5E1D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1D2D; }
p { color: rgb(94,29,45); }
H1.HeaderClassName
{
color: #5E1D2D;
}
.AnyTagClassName
{
color: #5E1D2D;
}
</style>
background-color css
<style>
a { background-color: #5E1D2D; }
a { background-color: rgb(94,29,45); }
div.DivClassName
{
background-color: #5E1D2D;
}
.BgClassName
{
background-color: #5E1D2D;
}
</style>
border-color css
<style>
span { border-color: #5E1D2D; }
span { border-color: rgb(94,29,45); }
td.TdClassName
{
border-color: #5E1D2D;
}
.TagClassName
{
border-color: #5E1D2D;
}
</style>