Shades of Pohutukawa #6D1120
Tints of Pohutukawa #6D1120
RGB
CMYK
RGB Variations
Color information
#6D1120 (or 0x6D1120) is known color: Pohutukawa. HEX triplet: 6D, 11 and 20. RGB value is (109,17,32). Sum of RGB (Red+Green+Blue) = 109+17+32=158 (20% of max value = 765). Red value is 109 (42.97% from 255 or 68.99% from 158); Green value is 17 (7.03% from 255 or 10.76% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1120 is #92EEDF. Grayscale: #2E2E2E. Windows color (decimal): -9629408 or 2101613. OLE color: 2101613.
HSL color Cylindrical-coordinate representation of color #6D1120: hue angle of 350.22º 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 #6D1120 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 17 | 32 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.57 |
| HSL | 350.22º | 0.73% | 0.25% | - |
| HSV(B) | 350.22º | 0.84% | 0.43% | - |
| XYZ | 6.77 | 3.76 | 1.73 | - |
| YUV | 46.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 32 | 0 | 0.84 | 0.71 | 0.57 | 350.22 | 0.73 | 0.25 |
| Hex | 6D | 11 | 20 | 0 | 54 | 47 | 39 | 15E | 49 | 19 |
| Octal | 155 | 21 | 40 | 0 | 124 | 107 | 71 | 536 | 111 | 31 |
| Binary | 1101101 | 10001 | 100000 | 0 | 1010100 | 1000111 | 111001 | 101011110 | 1001001 | 11001 |
Color Harmonies of #6D1120
Complementary color
Monochromatic Colors of #6D1120
Black with #6D1120
Text Example
Text Example
White with #6D1120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1120; }
p { color: rgb(109,17,32); }
H1.HeaderClassName
{
color: #6D1120;
}
.AnyTagClassName
{
color: #6D1120;
}
</style>
background-color css
<style>
a { background-color: #6D1120; }
a { background-color: rgb(109,17,32); }
div.DivClassName
{
background-color: #6D1120;
}
.BgClassName
{
background-color: #6D1120;
}
</style>
border-color css
<style>
span { border-color: #6D1120; }
span { border-color: rgb(109,17,32); }
td.TdClassName
{
border-color: #6D1120;
}
.TagClassName
{
border-color: #6D1120;
}
</style>