Shades of Pohutukawa #6D0F2B
Tints of Pohutukawa #6D0F2B
RGB
CMYK
RGB Variations
Color information
#6D0F2B (or 0x6D0F2B) is known color: Pohutukawa. HEX triplet: 6D, 0F and 2B. RGB value is (109,15,43). Sum of RGB (Red+Green+Blue) = 109+15+43=167 (22% of max value = 765). Red value is 109 (42.97% from 255 or 65.27% from 167); Green value is 15 (6.25% from 255 or 8.98% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0F2B is #92F0D4. Grayscale: #2E2E2E. Windows color (decimal): -9629909 or 2821997. OLE color: 2821997.
HSL color Cylindrical-coordinate representation of color #6D0F2B: hue angle of 342.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D0F2B is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 15 | 43 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.57 |
| HSL | 342.13º | 0.76% | 0.24% | - |
| HSV(B) | 342.13º | 0.86% | 0.43% | - |
| XYZ | 6.91 | 3.77 | 2.65 | - |
| YUV | 46.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 15 | 43 | 0 | 0.86 | 0.61 | 0.57 | 342.13 | 0.76 | 0.24 |
| Hex | 6D | F | 2B | 0 | 56 | 3D | 39 | 156 | 4C | 18 |
| Octal | 155 | 17 | 53 | 0 | 126 | 75 | 71 | 526 | 114 | 30 |
| Binary | 1101101 | 1111 | 101011 | 0 | 1010110 | 111101 | 111001 | 101010110 | 1001100 | 11000 |
Color Harmonies of #6D0F2B
Complementary color
Monochromatic Colors of #6D0F2B
Black with #6D0F2B
Text Example
Text Example
White with #6D0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0F2B; }
p { color: rgb(109,15,43); }
H1.HeaderClassName
{
color: #6D0F2B;
}
.AnyTagClassName
{
color: #6D0F2B;
}
</style>
background-color css
<style>
a { background-color: #6D0F2B; }
a { background-color: rgb(109,15,43); }
div.DivClassName
{
background-color: #6D0F2B;
}
.BgClassName
{
background-color: #6D0F2B;
}
</style>
border-color css
<style>
span { border-color: #6D0F2B; }
span { border-color: rgb(109,15,43); }
td.TdClassName
{
border-color: #6D0F2B;
}
.TagClassName
{
border-color: #6D0F2B;
}
</style>