Shades of Pohutukawa #5E0208
Tints of Pohutukawa #5E0208
RGB
CMYK
RGB Variations
Color information
#5E0208 (or 0x5E0208) is known color: Pohutukawa. HEX triplet: 5E, 02 and 08. RGB value is (94,2,8). Sum of RGB (Red+Green+Blue) = 94+2+8=104 (13% of max value = 765). Red value is 94 (37.11% from 255 or 90.38% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0208 is #A1FDF7. Grayscale: #1E1E1E. Windows color (decimal): -10616312 or 524894. OLE color: 524894.
HSL color Cylindrical-coordinate representation of color #5E0208: hue angle of 356.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0208 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 2 | 8 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.63 |
| HSL | 356.09º | 0.96% | 0.19% | - |
| HSV(B) | 356.09º | 0.98% | 0.37% | - |
| XYZ | 4.68 | 2.44 | 0.45 | - |
| YUV | 30.19 | 115.48 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 8 | 0 | 0.98 | 0.91 | 0.63 | 356.09 | 0.96 | 0.19 |
| Hex | 5E | 2 | 8 | 0 | 62 | 5B | 3F | 164 | 60 | 13 |
| Octal | 136 | 2 | 10 | 0 | 142 | 133 | 77 | 544 | 140 | 23 |
| Binary | 1011110 | 10 | 1000 | 0 | 1100010 | 1011011 | 111111 | 101100100 | 1100000 | 10011 |
Color Harmonies of #5E0208
Complementary color
Monochromatic Colors of #5E0208
Black with #5E0208
Text Example
Text Example
White with #5E0208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0208; }
p { color: rgb(94,2,8); }
H1.HeaderClassName
{
color: #5E0208;
}
.AnyTagClassName
{
color: #5E0208;
}
</style>
background-color css
<style>
a { background-color: #5E0208; }
a { background-color: rgb(94,2,8); }
div.DivClassName
{
background-color: #5E0208;
}
.BgClassName
{
background-color: #5E0208;
}
</style>
border-color css
<style>
span { border-color: #5E0208; }
span { border-color: rgb(94,2,8); }
td.TdClassName
{
border-color: #5E0208;
}
.TagClassName
{
border-color: #5E0208;
}
</style>