Shades of Pohutukawa #6E0D1C
Tints of Pohutukawa #6E0D1C
RGB
CMYK
RGB Variations
Color information
#6E0D1C (or 0x6E0D1C) is known color: Pohutukawa. HEX triplet: 6E, 0D and 1C. RGB value is (110,13,28). Sum of RGB (Red+Green+Blue) = 110+13+28=151 (20% of max value = 765). Red value is 110 (43.36% from 255 or 72.85% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0D1C is #91F2E3. Grayscale: #2B2B2B. Windows color (decimal): -9564900 or 1838446. OLE color: 1838446.
HSL color Cylindrical-coordinate representation of color #6E0D1C: hue angle of 350.72º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E0D1C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 13 | 28 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.57 |
| HSL | 350.72º | 0.79% | 0.24% | - |
| HSV(B) | 350.72º | 0.88% | 0.43% | - |
| XYZ | 6.78 | 3.69 | 1.45 | - |
| YUV | 43.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 13 | 28 | 0 | 0.88 | 0.75 | 0.57 | 350.72 | 0.79 | 0.24 |
| Hex | 6E | D | 1C | 0 | 58 | 4B | 39 | 15F | 4F | 18 |
| Octal | 156 | 15 | 34 | 0 | 130 | 113 | 71 | 537 | 117 | 30 |
| Binary | 1101110 | 1101 | 11100 | 0 | 1011000 | 1001011 | 111001 | 101011111 | 1001111 | 11000 |
Color Harmonies of #6E0D1C
Complementary color
Monochromatic Colors of #6E0D1C
Black with #6E0D1C
Text Example
Text Example
White with #6E0D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0D1C; }
p { color: rgb(110,13,28); }
H1.HeaderClassName
{
color: #6E0D1C;
}
.AnyTagClassName
{
color: #6E0D1C;
}
</style>
background-color css
<style>
a { background-color: #6E0D1C; }
a { background-color: rgb(110,13,28); }
div.DivClassName
{
background-color: #6E0D1C;
}
.BgClassName
{
background-color: #6E0D1C;
}
</style>
border-color css
<style>
span { border-color: #6E0D1C; }
span { border-color: rgb(110,13,28); }
td.TdClassName
{
border-color: #6E0D1C;
}
.TagClassName
{
border-color: #6E0D1C;
}
</style>