Shades of Pohutukawa #6D1626
Tints of Pohutukawa #6D1626
RGB
CMYK
RGB Variations
Color information
#6D1626 (or 0x6D1626) is known color: Pohutukawa. HEX triplet: 6D, 16 and 26. RGB value is (109,22,38). Sum of RGB (Red+Green+Blue) = 109+22+38=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1626 is #92E9D9. Grayscale: #313131. Windows color (decimal): -9628122 or 2496109. OLE color: 2496109.
HSL color Cylindrical-coordinate representation of color #6D1626: hue angle of 348.97º 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 #6D1626 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 22 | 38 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.57 |
| HSL | 348.97º | 0.66% | 0.26% | - |
| HSV(B) | 348.97º | 0.8% | 0.43% | - |
| XYZ | 6.94 | 3.96 | 2.23 | - |
| YUV | 49.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 22 | 38 | 0 | 0.80 | 0.65 | 0.57 | 348.97 | 0.66 | 0.26 |
| Hex | 6D | 16 | 26 | 0 | 50 | 41 | 39 | 15D | 42 | 1A |
| Octal | 155 | 26 | 46 | 0 | 120 | 101 | 71 | 535 | 102 | 32 |
| Binary | 1101101 | 10110 | 100110 | 0 | 1010000 | 1000001 | 111001 | 101011101 | 1000010 | 11010 |
Color Harmonies of #6D1626
Complementary color
Monochromatic Colors of #6D1626
Black with #6D1626
Text Example
Text Example
White with #6D1626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1626; }
p { color: rgb(109,22,38); }
H1.HeaderClassName
{
color: #6D1626;
}
.AnyTagClassName
{
color: #6D1626;
}
</style>
background-color css
<style>
a { background-color: #6D1626; }
a { background-color: rgb(109,22,38); }
div.DivClassName
{
background-color: #6D1626;
}
.BgClassName
{
background-color: #6D1626;
}
</style>
border-color css
<style>
span { border-color: #6D1626; }
span { border-color: rgb(109,22,38); }
td.TdClassName
{
border-color: #6D1626;
}
.TagClassName
{
border-color: #6D1626;
}
</style>