Shades of Pohutukawa #6E1123
Tints of Pohutukawa #6E1123
RGB
CMYK
RGB Variations
Color information
#6E1123 (or 0x6E1123) is known color: Pohutukawa. HEX triplet: 6E, 11 and 23. RGB value is (110,17,35). Sum of RGB (Red+Green+Blue) = 110+17+35=162 (21% of max value = 765). Red value is 110 (43.36% from 255 or 67.90% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1123 is #91EEDC. Grayscale: #2E2E2E. Windows color (decimal): -9563869 or 2298222. OLE color: 2298222.
HSL color Cylindrical-coordinate representation of color #6E1123: hue angle of 348.39º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1123 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 17 | 35 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.57 |
| HSL | 348.39º | 0.73% | 0.25% | - |
| HSV(B) | 348.39º | 0.85% | 0.43% | - |
| XYZ | 6.93 | 3.84 | 1.97 | - |
| YUV | 46.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 35 | 0 | 0.85 | 0.68 | 0.57 | 348.39 | 0.73 | 0.25 |
| Hex | 6E | 11 | 23 | 0 | 55 | 44 | 39 | 15C | 49 | 19 |
| Octal | 156 | 21 | 43 | 0 | 125 | 104 | 71 | 534 | 111 | 31 |
| Binary | 1101110 | 10001 | 100011 | 0 | 1010101 | 1000100 | 111001 | 101011100 | 1001001 | 11001 |
Color Harmonies of #6E1123
Complementary color
Monochromatic Colors of #6E1123
Black with #6E1123
Text Example
Text Example
White with #6E1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1123; }
p { color: rgb(110,17,35); }
H1.HeaderClassName
{
color: #6E1123;
}
.AnyTagClassName
{
color: #6E1123;
}
</style>
background-color css
<style>
a { background-color: #6E1123; }
a { background-color: rgb(110,17,35); }
div.DivClassName
{
background-color: #6E1123;
}
.BgClassName
{
background-color: #6E1123;
}
</style>
border-color css
<style>
span { border-color: #6E1123; }
span { border-color: rgb(110,17,35); }
td.TdClassName
{
border-color: #6E1123;
}
.TagClassName
{
border-color: #6E1123;
}
</style>