Shades of Pohutukawa #6E132A
Tints of Pohutukawa #6E132A
RGB
CMYK
RGB Variations
Color information
#6E132A (or 0x6E132A) is known color: Pohutukawa. HEX triplet: 6E, 13 and 2A. RGB value is (110,19,42). Sum of RGB (Red+Green+Blue) = 110+19+42=171 (22% of max value = 765). Red value is 110 (43.36% from 255 or 64.33% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 42 (16.80% from 255 or 24.56% from 171); Max value from RGB is 110 - color contains mainly: red. Hex color #6E132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E132A is #91ECD5. Grayscale: #303030. Windows color (decimal): -9563350 or 2757486. OLE color: 2757486.
HSL color Cylindrical-coordinate representation of color #6E132A: hue angle of 344.84º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E132A is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 19 | 42 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.57 |
| HSL | 344.84º | 0.71% | 0.25% | - |
| HSV(B) | 344.84º | 0.83% | 0.43% | - |
| XYZ | 7.08 | 3.95 | 2.58 | - |
| YUV | 48.83 | 124.15 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 42 | 0 | 0.83 | 0.62 | 0.57 | 344.84 | 0.71 | 0.25 |
| Hex | 6E | 13 | 2A | 0 | 53 | 3E | 39 | 159 | 47 | 19 |
| Octal | 156 | 23 | 52 | 0 | 123 | 76 | 71 | 531 | 107 | 31 |
| Binary | 1101110 | 10011 | 101010 | 0 | 1010011 | 111110 | 111001 | 101011001 | 1000111 | 11001 |
Color Harmonies of #6E132A
Complementary color
Monochromatic Colors of #6E132A
Black with #6E132A
Text Example
Text Example
White with #6E132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E132A; }
p { color: rgb(110,19,42); }
H1.HeaderClassName
{
color: #6E132A;
}
.AnyTagClassName
{
color: #6E132A;
}
</style>
background-color css
<style>
a { background-color: #6E132A; }
a { background-color: rgb(110,19,42); }
div.DivClassName
{
background-color: #6E132A;
}
.BgClassName
{
background-color: #6E132A;
}
</style>
border-color css
<style>
span { border-color: #6E132A; }
span { border-color: rgb(110,19,42); }
td.TdClassName
{
border-color: #6E132A;
}
.TagClassName
{
border-color: #6E132A;
}
</style>