Shades of Pohutukawa #6E152A
Tints of Pohutukawa #6E152A
RGB
CMYK
RGB Variations
Color information
#6E152A (or 0x6E152A) is known color: Pohutukawa. HEX triplet: 6E, 15 and 2A. RGB value is (110,21,42). Sum of RGB (Red+Green+Blue) = 110+21+42=173 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.58% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 110 - color contains mainly: red. Hex color #6E152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E152A is #91EAD5. Grayscale: #323232. Windows color (decimal): -9562838 or 2757998. OLE color: 2757998.
HSL color Cylindrical-coordinate representation of color #6E152A: hue angle of 345.84º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E152A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 42 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.57 |
| HSL | 345.84º | 0.68% | 0.26% | - |
| HSV(B) | 345.84º | 0.81% | 0.43% | - |
| XYZ | 7.12 | 4.02 | 2.59 | - |
| YUV | 50.01 | 123.49 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 42 | 0 | 0.81 | 0.62 | 0.57 | 345.84 | 0.68 | 0.26 |
| Hex | 6E | 15 | 2A | 0 | 51 | 3E | 39 | 15A | 44 | 1A |
| Octal | 156 | 25 | 52 | 0 | 121 | 76 | 71 | 532 | 104 | 32 |
| Binary | 1101110 | 10101 | 101010 | 0 | 1010001 | 111110 | 111001 | 101011010 | 1000100 | 11010 |
Color Harmonies of #6E152A
Complementary color
Monochromatic Colors of #6E152A
Black with #6E152A
Text Example
Text Example
White with #6E152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E152A; }
p { color: rgb(110,21,42); }
H1.HeaderClassName
{
color: #6E152A;
}
.AnyTagClassName
{
color: #6E152A;
}
</style>
background-color css
<style>
a { background-color: #6E152A; }
a { background-color: rgb(110,21,42); }
div.DivClassName
{
background-color: #6E152A;
}
.BgClassName
{
background-color: #6E152A;
}
</style>
border-color css
<style>
span { border-color: #6E152A; }
span { border-color: rgb(110,21,42); }
td.TdClassName
{
border-color: #6E152A;
}
.TagClassName
{
border-color: #6E152A;
}
</style>