Shades of Pohutukawa #5E131C
Tints of Pohutukawa #5E131C
RGB
CMYK
RGB Variations
Color information
#5E131C (or 0x5E131C) is known color: Pohutukawa. HEX triplet: 5E, 13 and 1C. RGB value is (94,19,28). Sum of RGB (Red+Green+Blue) = 94+19+28=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E131C is #A1ECE3. Grayscale: #2A2A2A. Windows color (decimal): -10611940 or 1839966. OLE color: 1839966.
HSL color Cylindrical-coordinate representation of color #5E131C: hue angle of 352.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E131C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 19 | 28 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.63 |
| HSL | 352.8º | 0.66% | 0.22% | - |
| HSV(B) | 352.8º | 0.8% | 0.37% | - |
| XYZ | 5.06 | 2.93 | 1.4 | - |
| YUV | 42.45 | 119.85 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 19 | 28 | 0 | 0.80 | 0.70 | 0.63 | 352.8 | 0.66 | 0.22 |
| Hex | 5E | 13 | 1C | 0 | 50 | 46 | 3F | 161 | 42 | 16 |
| Octal | 136 | 23 | 34 | 0 | 120 | 106 | 77 | 541 | 102 | 26 |
| Binary | 1011110 | 10011 | 11100 | 0 | 1010000 | 1000110 | 111111 | 101100001 | 1000010 | 10110 |
Color Harmonies of #5E131C
Complementary color
Monochromatic Colors of #5E131C
Black with #5E131C
Text Example
Text Example
White with #5E131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E131C; }
p { color: rgb(94,19,28); }
H1.HeaderClassName
{
color: #5E131C;
}
.AnyTagClassName
{
color: #5E131C;
}
</style>
background-color css
<style>
a { background-color: #5E131C; }
a { background-color: rgb(94,19,28); }
div.DivClassName
{
background-color: #5E131C;
}
.BgClassName
{
background-color: #5E131C;
}
</style>
border-color css
<style>
span { border-color: #5E131C; }
span { border-color: rgb(94,19,28); }
td.TdClassName
{
border-color: #5E131C;
}
.TagClassName
{
border-color: #5E131C;
}
</style>