Shades of Pohutukawa #6D1519
Tints of Pohutukawa #6D1519
RGB
CMYK
RGB Variations
Color information
#6D1519 (or 0x6D1519) is known color: Pohutukawa. HEX triplet: 6D, 15 and 19. RGB value is (109,21,25). Sum of RGB (Red+Green+Blue) = 109+21+25=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1519 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1519 is #92EAE6. Grayscale: #2F2F2F. Windows color (decimal): -9628391 or 1643885. OLE color: 1643885.
HSL color Cylindrical-coordinate representation of color #6D1519: hue angle of 357.27º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1519 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 25 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.57 |
| HSL | 357.27º | 0.68% | 0.25% | - |
| HSV(B) | 357.27º | 0.81% | 0.43% | - |
| XYZ | 6.75 | 3.86 | 1.31 | - |
| YUV | 47.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 25 | 0 | 0.81 | 0.77 | 0.57 | 357.27 | 0.68 | 0.25 |
| Hex | 6D | 15 | 19 | 0 | 51 | 4D | 39 | 165 | 44 | 19 |
| Octal | 155 | 25 | 31 | 0 | 121 | 115 | 71 | 545 | 104 | 31 |
| Binary | 1101101 | 10101 | 11001 | 0 | 1010001 | 1001101 | 111001 | 101100101 | 1000100 | 11001 |
Color Harmonies of #6D1519
Complementary color
Monochromatic Colors of #6D1519
Black with #6D1519
Text Example
Text Example
White with #6D1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1519; }
p { color: rgb(109,21,25); }
H1.HeaderClassName
{
color: #6D1519;
}
.AnyTagClassName
{
color: #6D1519;
}
</style>
background-color css
<style>
a { background-color: #6D1519; }
a { background-color: rgb(109,21,25); }
div.DivClassName
{
background-color: #6D1519;
}
.BgClassName
{
background-color: #6D1519;
}
</style>
border-color css
<style>
span { border-color: #6D1519; }
span { border-color: rgb(109,21,25); }
td.TdClassName
{
border-color: #6D1519;
}
.TagClassName
{
border-color: #6D1519;
}
</style>