Shades of Pohutukawa #6D0A1B
Tints of Pohutukawa #6D0A1B
RGB
CMYK
RGB Variations
Color information
#6D0A1B (or 0x6D0A1B) is known color: Pohutukawa. HEX triplet: 6D, 0A and 1B. RGB value is (109,10,27). Sum of RGB (Red+Green+Blue) = 109+10+27=146 (19% of max value = 765). Red value is 109 (42.97% from 255 or 74.66% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0A1B is #92F5E4. Grayscale: #292929. Windows color (decimal): -9631205 or 1772141. OLE color: 1772141.
HSL color Cylindrical-coordinate representation of color #6D0A1B: hue angle of 349.7º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D0A1B is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 10 | 27 | - |
| CMYK | 0 | 0.91 | 0.75 | 0.57 |
| HSL | 349.7º | 0.83% | 0.23% | - |
| HSV(B) | 349.7º | 0.91% | 0.43% | - |
| XYZ | 6.61 | 3.55 | 1.37 | - |
| YUV | 41.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 10 | 27 | 0 | 0.91 | 0.75 | 0.57 | 349.7 | 0.83 | 0.23 |
| Hex | 6D | A | 1B | 0 | 5B | 4B | 39 | 15E | 53 | 17 |
| Octal | 155 | 12 | 33 | 0 | 133 | 113 | 71 | 536 | 123 | 27 |
| Binary | 1101101 | 1010 | 11011 | 0 | 1011011 | 1001011 | 111001 | 101011110 | 1010011 | 10111 |
Color Harmonies of #6D0A1B
Complementary color
Monochromatic Colors of #6D0A1B
Black with #6D0A1B
Text Example
Text Example
White with #6D0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D0A1B; }
p { color: rgb(109,10,27); }
H1.HeaderClassName
{
color: #6D0A1B;
}
.AnyTagClassName
{
color: #6D0A1B;
}
</style>
background-color css
<style>
a { background-color: #6D0A1B; }
a { background-color: rgb(109,10,27); }
div.DivClassName
{
background-color: #6D0A1B;
}
.BgClassName
{
background-color: #6D0A1B;
}
</style>
border-color css
<style>
span { border-color: #6D0A1B; }
span { border-color: rgb(109,10,27); }
td.TdClassName
{
border-color: #6D0A1B;
}
.TagClassName
{
border-color: #6D0A1B;
}
</style>