Shades of Pohutukawa #6D112B
Tints of Pohutukawa #6D112B
RGB
CMYK
RGB Variations
Color information
#6D112B (or 0x6D112B) is known color: Pohutukawa. HEX triplet: 6D, 11 and 2B. RGB value is (109,17,43). Sum of RGB (Red+Green+Blue) = 109+17+43=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 17 (7.03% from 255 or 10.06% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D112B is #92EED4. Grayscale: #2F2F2F. Windows color (decimal): -9629397 or 2822509. OLE color: 2822509.
HSL color Cylindrical-coordinate representation of color #6D112B: hue angle of 343.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D112B is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 43 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.57 |
| HSL | 343.04º | 0.73% | 0.25% | - |
| HSV(B) | 343.04º | 0.84% | 0.43% | - |
| XYZ | 6.94 | 3.83 | 2.66 | - |
| YUV | 47.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 43 | 0 | 0.84 | 0.61 | 0.57 | 343.04 | 0.73 | 0.25 |
| Hex | 6D | 11 | 2B | 0 | 54 | 3D | 39 | 157 | 49 | 19 |
| Octal | 155 | 21 | 53 | 0 | 124 | 75 | 71 | 527 | 111 | 31 |
| Binary | 1101101 | 10001 | 101011 | 0 | 1010100 | 111101 | 111001 | 101010111 | 1001001 | 11001 |
Color Harmonies of #6D112B
Complementary color
Monochromatic Colors of #6D112B
Black with #6D112B
Text Example
Text Example
White with #6D112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D112B; }
p { color: rgb(109,17,43); }
H1.HeaderClassName
{
color: #6D112B;
}
.AnyTagClassName
{
color: #6D112B;
}
</style>
background-color css
<style>
a { background-color: #6D112B; }
a { background-color: rgb(109,17,43); }
div.DivClassName
{
background-color: #6D112B;
}
.BgClassName
{
background-color: #6D112B;
}
</style>
border-color css
<style>
span { border-color: #6D112B; }
span { border-color: rgb(109,17,43); }
td.TdClassName
{
border-color: #6D112B;
}
.TagClassName
{
border-color: #6D112B;
}
</style>