Shades of Pohutukawa #6E141B
Tints of Pohutukawa #6E141B
RGB
CMYK
RGB Variations
Color information
#6E141B (or 0x6E141B) is known color: Pohutukawa. HEX triplet: 6E, 14 and 1B. RGB value is (110,20,27). Sum of RGB (Red+Green+Blue) = 110+20+27=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E141B is #91EBE4. Grayscale: #2F2F2F. Windows color (decimal): -9563109 or 1774702. OLE color: 1774702.
HSL color Cylindrical-coordinate representation of color #6E141B: hue angle of 355.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E141B is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 27 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.57 |
| HSL | 355.33º | 0.69% | 0.25% | - |
| HSV(B) | 355.33º | 0.82% | 0.43% | - |
| XYZ | 6.88 | 3.89 | 1.43 | - |
| YUV | 47.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 27 | 0 | 0.82 | 0.75 | 0.57 | 355.33 | 0.69 | 0.25 |
| Hex | 6E | 14 | 1B | 0 | 52 | 4B | 39 | 163 | 45 | 19 |
| Octal | 156 | 24 | 33 | 0 | 122 | 113 | 71 | 543 | 105 | 31 |
| Binary | 1101110 | 10100 | 11011 | 0 | 1010010 | 1001011 | 111001 | 101100011 | 1000101 | 11001 |
Color Harmonies of #6E141B
Complementary color
Monochromatic Colors of #6E141B
Black with #6E141B
Text Example
Text Example
White with #6E141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E141B; }
p { color: rgb(110,20,27); }
H1.HeaderClassName
{
color: #6E141B;
}
.AnyTagClassName
{
color: #6E141B;
}
</style>
background-color css
<style>
a { background-color: #6E141B; }
a { background-color: rgb(110,20,27); }
div.DivClassName
{
background-color: #6E141B;
}
.BgClassName
{
background-color: #6E141B;
}
</style>
border-color css
<style>
span { border-color: #6E141B; }
span { border-color: rgb(110,20,27); }
td.TdClassName
{
border-color: #6E141B;
}
.TagClassName
{
border-color: #6E141B;
}
</style>