Shades of Pohutukawa #6E142A
Tints of Pohutukawa #6E142A
RGB
CMYK
RGB Variations
Color information
#6E142A (or 0x6E142A) is known color: Pohutukawa. HEX triplet: 6E, 14 and 2A. RGB value is (110,20,42). Sum of RGB (Red+Green+Blue) = 110+20+42=172 (22% of max value = 765). Red value is 110 (43.36% from 255 or 63.95% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 110 - color contains mainly: red. Hex color #6E142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E142A is #91EBD5. Grayscale: #313131. Windows color (decimal): -9563094 or 2757742. OLE color: 2757742.
HSL color Cylindrical-coordinate representation of color #6E142A: hue angle of 345.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 #6E142A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 20 | 42 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.57 |
| HSL | 345.33º | 0.69% | 0.25% | - |
| HSV(B) | 345.33º | 0.82% | 0.43% | - |
| XYZ | 7.1 | 3.98 | 2.59 | - |
| YUV | 49.42 | 123.82 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 20 | 42 | 0 | 0.82 | 0.62 | 0.57 | 345.33 | 0.69 | 0.25 |
| Hex | 6E | 14 | 2A | 0 | 52 | 3E | 39 | 159 | 45 | 19 |
| Octal | 156 | 24 | 52 | 0 | 122 | 76 | 71 | 531 | 105 | 31 |
| Binary | 1101110 | 10100 | 101010 | 0 | 1010010 | 111110 | 111001 | 101011001 | 1000101 | 11001 |
Color Harmonies of #6E142A
Complementary color
Monochromatic Colors of #6E142A
Black with #6E142A
Text Example
Text Example
White with #6E142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E142A; }
p { color: rgb(110,20,42); }
H1.HeaderClassName
{
color: #6E142A;
}
.AnyTagClassName
{
color: #6E142A;
}
</style>
background-color css
<style>
a { background-color: #6E142A; }
a { background-color: rgb(110,20,42); }
div.DivClassName
{
background-color: #6E142A;
}
.BgClassName
{
background-color: #6E142A;
}
</style>
border-color css
<style>
span { border-color: #6E142A; }
span { border-color: rgb(110,20,42); }
td.TdClassName
{
border-color: #6E142A;
}
.TagClassName
{
border-color: #6E142A;
}
</style>