Shades of Pohutukawa #6D0B1B
Tints of Pohutukawa #6D0B1B
RGB
CMYK
RGB Variations
Color information
#6D0B1B (or 0x6D0B1B) is known color: Pohutukawa. HEX triplet: 6D, 0B and 1B. RGB value is (109,11,27). Sum of RGB (Red+Green+Blue) = 109+11+27=147 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.15% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B1B is #92F4E4. Grayscale: #2A2A2A. Windows color (decimal): -9630949 or 1772397. OLE color: 1772397.
HSL color Cylindrical-coordinate representation of color #6D0B1B: hue angle of 350.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B1B is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 11 | 27 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.57 |
| HSL | 350.2º | 0.82% | 0.24% | - |
| HSV(B) | 350.2º | 0.9% | 0.43% | - |
| XYZ | 6.62 | 3.57 | 1.38 | - |
| YUV | 42.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 11 | 27 | 0 | 0.90 | 0.75 | 0.57 | 350.2 | 0.82 | 0.24 |
| Hex | 6D | B | 1B | 0 | 5A | 4B | 39 | 15E | 52 | 18 |
| Octal | 155 | 13 | 33 | 0 | 132 | 113 | 71 | 536 | 122 | 30 |
| Binary | 1101101 | 1011 | 11011 | 0 | 1011010 | 1001011 | 111001 | 101011110 | 1010010 | 11000 |
Color Harmonies of #6D0B1B
Complementary color
Monochromatic Colors of #6D0B1B
Black with #6D0B1B
Text Example
Text Example
White with #6D0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0B1B; }
p { color: rgb(109,11,27); }
H1.HeaderClassName
{
color: #6D0B1B;
}
.AnyTagClassName
{
color: #6D0B1B;
}
</style>
background-color css
<style>
a { background-color: #6D0B1B; }
a { background-color: rgb(109,11,27); }
div.DivClassName
{
background-color: #6D0B1B;
}
.BgClassName
{
background-color: #6D0B1B;
}
</style>
border-color css
<style>
span { border-color: #6D0B1B; }
span { border-color: rgb(109,11,27); }
td.TdClassName
{
border-color: #6D0B1B;
}
.TagClassName
{
border-color: #6D0B1B;
}
</style>