Shades of Pohutukawa #6A0F2C
Tints of Pohutukawa #6A0F2C
RGB
CMYK
RGB Variations
Color information
#6A0F2C (or 0x6A0F2C) is known color: Pohutukawa. HEX triplet: 6A, 0F and 2C. RGB value is (106,15,44). Sum of RGB (Red+Green+Blue) = 106+15+44=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0F2C is #95F0D3. Grayscale: #2D2D2D. Windows color (decimal): -9826516 or 2887530. OLE color: 2887530.
HSL color Cylindrical-coordinate representation of color #6A0F2C: hue angle of 340.88º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F2C is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 15 | 44 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.58 |
| HSL | 340.88º | 0.75% | 0.24% | - |
| HSV(B) | 340.88º | 0.86% | 0.42% | - |
| XYZ | 6.57 | 3.59 | 2.73 | - |
| YUV | 45.52 | 127.15 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 15 | 44 | 0 | 0.86 | 0.58 | 0.58 | 340.88 | 0.75 | 0.24 |
| Hex | 6A | F | 2C | 0 | 56 | 3A | 3A | 155 | 4B | 18 |
| Octal | 152 | 17 | 54 | 0 | 126 | 72 | 72 | 525 | 113 | 30 |
| Binary | 1101010 | 1111 | 101100 | 0 | 1010110 | 111010 | 111010 | 101010101 | 1001011 | 11000 |
Color Harmonies of #6A0F2C
Complementary color
Monochromatic Colors of #6A0F2C
Black with #6A0F2C
Text Example
Text Example
White with #6A0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0F2C; }
p { color: rgb(106,15,44); }
H1.HeaderClassName
{
color: #6A0F2C;
}
.AnyTagClassName
{
color: #6A0F2C;
}
</style>
background-color css
<style>
a { background-color: #6A0F2C; }
a { background-color: rgb(106,15,44); }
div.DivClassName
{
background-color: #6A0F2C;
}
.BgClassName
{
background-color: #6A0F2C;
}
</style>
border-color css
<style>
span { border-color: #6A0F2C; }
span { border-color: rgb(106,15,44); }
td.TdClassName
{
border-color: #6A0F2C;
}
.TagClassName
{
border-color: #6A0F2C;
}
</style>