Shades of Pohutukawa #6E0F1F
Tints of Pohutukawa #6E0F1F
RGB
CMYK
RGB Variations
Color information
#6E0F1F (or 0x6E0F1F) is known color: Pohutukawa. HEX triplet: 6E, 0F and 1F. RGB value is (110,15,31). Sum of RGB (Red+Green+Blue) = 110+15+31=156 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.51% from 156); Green value is 15 (6.25% from 255 or 9.62% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F1F is #91F0E0. Grayscale: #2D2D2D. Windows color (decimal): -9564385 or 2035566. OLE color: 2035566.
HSL color Cylindrical-coordinate representation of color #6E0F1F: hue angle of 349.89º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F1F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 15 | 31 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.57 |
| HSL | 349.89º | 0.76% | 0.25% | - |
| HSV(B) | 349.89º | 0.86% | 0.43% | - |
| XYZ | 6.85 | 3.76 | 1.66 | - |
| YUV | 45.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 15 | 31 | 0 | 0.86 | 0.72 | 0.57 | 349.89 | 0.76 | 0.25 |
| Hex | 6E | F | 1F | 0 | 56 | 48 | 39 | 15E | 4C | 19 |
| Octal | 156 | 17 | 37 | 0 | 126 | 110 | 71 | 536 | 114 | 31 |
| Binary | 1101110 | 1111 | 11111 | 0 | 1010110 | 1001000 | 111001 | 101011110 | 1001100 | 11001 |
Color Harmonies of #6E0F1F
Complementary color
Monochromatic Colors of #6E0F1F
Black with #6E0F1F
Text Example
Text Example
White with #6E0F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0F1F; }
p { color: rgb(110,15,31); }
H1.HeaderClassName
{
color: #6E0F1F;
}
.AnyTagClassName
{
color: #6E0F1F;
}
</style>
background-color css
<style>
a { background-color: #6E0F1F; }
a { background-color: rgb(110,15,31); }
div.DivClassName
{
background-color: #6E0F1F;
}
.BgClassName
{
background-color: #6E0F1F;
}
</style>
border-color css
<style>
span { border-color: #6E0F1F; }
span { border-color: rgb(110,15,31); }
td.TdClassName
{
border-color: #6E0F1F;
}
.TagClassName
{
border-color: #6E0F1F;
}
</style>