Shades of Pohutukawa #6E151B
Tints of Pohutukawa #6E151B
RGB
CMYK
RGB Variations
Color information
#6E151B (or 0x6E151B) is known color: Pohutukawa. HEX triplet: 6E, 15 and 1B. RGB value is (110,21,27). Sum of RGB (Red+Green+Blue) = 110+21+27=158 (20% of max value = 765). Red value is 110 (43.36% from 255 or 69.62% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 27 (10.94% from 255 or 17.09% from 158); Max value from RGB is 110 - color contains mainly: red. Hex color #6E151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E151B is #91EAE4. Grayscale: #303030. Windows color (decimal): -9562853 or 1774958. OLE color: 1774958.
HSL color Cylindrical-coordinate representation of color #6E151B: hue angle of 355.96º 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 #6E151B is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 27 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.57 |
| HSL | 355.96º | 0.68% | 0.26% | - |
| HSV(B) | 355.96º | 0.81% | 0.43% | - |
| XYZ | 6.9 | 3.93 | 1.43 | - |
| YUV | 48.3 | 115.99 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 27 | 0 | 0.81 | 0.75 | 0.57 | 355.96 | 0.68 | 0.26 |
| Hex | 6E | 15 | 1B | 0 | 51 | 4B | 39 | 164 | 44 | 1A |
| Octal | 156 | 25 | 33 | 0 | 121 | 113 | 71 | 544 | 104 | 32 |
| Binary | 1101110 | 10101 | 11011 | 0 | 1010001 | 1001011 | 111001 | 101100100 | 1000100 | 11010 |
Color Harmonies of #6E151B
Complementary color
Monochromatic Colors of #6E151B
Black with #6E151B
Text Example
Text Example
White with #6E151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E151B; }
p { color: rgb(110,21,27); }
H1.HeaderClassName
{
color: #6E151B;
}
.AnyTagClassName
{
color: #6E151B;
}
</style>
background-color css
<style>
a { background-color: #6E151B; }
a { background-color: rgb(110,21,27); }
div.DivClassName
{
background-color: #6E151B;
}
.BgClassName
{
background-color: #6E151B;
}
</style>
border-color css
<style>
span { border-color: #6E151B; }
span { border-color: rgb(110,21,27); }
td.TdClassName
{
border-color: #6E151B;
}
.TagClassName
{
border-color: #6E151B;
}
</style>