Shades of Pohutukawa #5E132B
Tints of Pohutukawa #5E132B
RGB
CMYK
RGB Variations
Color information
#5E132B (or 0x5E132B) is known color: Pohutukawa. HEX triplet: 5E, 13 and 2B. RGB value is (94,19,43). Sum of RGB (Red+Green+Blue) = 94+19+43=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E132B is #A1ECD4. Grayscale: #2C2C2C. Windows color (decimal): -10611925 or 2823006. OLE color: 2823006.
HSL color Cylindrical-coordinate representation of color #5E132B: hue angle of 340.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 #5E132B is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 19 | 43 | - |
CMYK | 0 | 0.80 | 0.54 | 0.63 |
HSL | 340.8º | 0.66% | 0.22% | - |
HSV(B) | 340.8º | 0.8% | 0.37% | - |
XYZ | 5.29 | 3.02 | 2.59 | - |
YUV | 44.16 | 127.35 | 163.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 19 | 43 | 0 | 0.80 | 0.54 | 0.63 | 340.8 | 0.66 | 0.22 |
Hex | 5E | 13 | 2B | 0 | 50 | 36 | 3F | 155 | 42 | 16 |
Octal | 136 | 23 | 53 | 0 | 120 | 66 | 77 | 525 | 102 | 26 |
Binary | 1011110 | 10011 | 101011 | 0 | 1010000 | 110110 | 111111 | 101010101 | 1000010 | 10110 |
Color Harmonies of #5E132B
Complementary color
Monochromatic Colors of #5E132B
Black with #5E132B
Text Example
Text Example
White with #5E132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E132B; }
p { color: rgb(94,19,43); }
H1.HeaderClassName
{
color: #5E132B;
}
.AnyTagClassName
{
color: #5E132B;
}
</style>
background-color css
<style>
a { background-color: #5E132B; }
a { background-color: rgb(94,19,43); }
div.DivClassName
{
background-color: #5E132B;
}
.BgClassName
{
background-color: #5E132B;
}
</style>
border-color css
<style>
span { border-color: #5E132B; }
span { border-color: rgb(94,19,43); }
td.TdClassName
{
border-color: #5E132B;
}
.TagClassName
{
border-color: #5E132B;
}
</style>