Shades of Pohutukawa #6D1619
Tints of Pohutukawa #6D1619
RGB
CMYK
RGB Variations
Color information
#6D1619 (or 0x6D1619) is known color: Pohutukawa. HEX triplet: 6D, 16 and 19. RGB value is (109,22,25). Sum of RGB (Red+Green+Blue) = 109+22+25=156 (20% of max value = 765). Red value is 109 (42.97% from 255 or 69.87% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 25 (10.16% from 255 or 16.03% from 156); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D1619 is #92E9E6. Grayscale: #303030. Windows color (decimal): -9628135 or 1644141. OLE color: 1644141.
HSL color Cylindrical-coordinate representation of color #6D1619: hue angle of 357.93º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D1619 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 25 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.57 |
| HSL | 357.93º | 0.66% | 0.26% | - |
| HSV(B) | 357.93º | 0.8% | 0.43% | - |
| XYZ | 6.77 | 3.9 | 1.31 | - |
| YUV | 48.36 | 114.82 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 25 | 0 | 0.80 | 0.77 | 0.57 | 357.93 | 0.66 | 0.26 |
| Hex | 6D | 16 | 19 | 0 | 50 | 4D | 39 | 166 | 42 | 1A |
| Octal | 155 | 26 | 31 | 0 | 120 | 115 | 71 | 546 | 102 | 32 |
| Binary | 1101101 | 10110 | 11001 | 0 | 1010000 | 1001101 | 111001 | 101100110 | 1000010 | 11010 |
Color Harmonies of #6D1619
Complementary color
Monochromatic Colors of #6D1619
Black with #6D1619
Text Example
Text Example
White with #6D1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1619; }
p { color: rgb(109,22,25); }
H1.HeaderClassName
{
color: #6D1619;
}
.AnyTagClassName
{
color: #6D1619;
}
</style>
background-color css
<style>
a { background-color: #6D1619; }
a { background-color: rgb(109,22,25); }
div.DivClassName
{
background-color: #6D1619;
}
.BgClassName
{
background-color: #6D1619;
}
</style>
border-color css
<style>
span { border-color: #6D1619; }
span { border-color: rgb(109,22,25); }
td.TdClassName
{
border-color: #6D1619;
}
.TagClassName
{
border-color: #6D1619;
}
</style>