Shades of Pohutukawa #6A0B29
Tints of Pohutukawa #6A0B29
RGB
CMYK
RGB Variations
Color information
#6A0B29 (or 0x6A0B29) is known color: Pohutukawa. HEX triplet: 6A, 0B and 29. RGB value is (106,11,41). Sum of RGB (Red+Green+Blue) = 106+11+41=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0B29 is #95F4D6. Grayscale: #2A2A2A. Windows color (decimal): -9827543 or 2689898. OLE color: 2689898.
HSL color Cylindrical-coordinate representation of color #6A0B29: hue angle of 341.05º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A0B29 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 11 | 41 | - |
| CMYK | 0 | 0.90 | 0.61 | 0.58 |
| HSL | 341.05º | 0.81% | 0.23% | - |
| HSV(B) | 341.05º | 0.9% | 0.42% | - |
| XYZ | 6.46 | 3.46 | 2.43 | - |
| YUV | 42.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 11 | 41 | 0 | 0.90 | 0.61 | 0.58 | 341.05 | 0.81 | 0.23 |
| Hex | 6A | B | 29 | 0 | 5A | 3D | 3A | 155 | 51 | 17 |
| Octal | 152 | 13 | 51 | 0 | 132 | 75 | 72 | 525 | 121 | 27 |
| Binary | 1101010 | 1011 | 101001 | 0 | 1011010 | 111101 | 111010 | 101010101 | 1010001 | 10111 |
Color Harmonies of #6A0B29
Complementary color
Monochromatic Colors of #6A0B29
Black with #6A0B29
Text Example
Text Example
White with #6A0B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0B29; }
p { color: rgb(106,11,41); }
H1.HeaderClassName
{
color: #6A0B29;
}
.AnyTagClassName
{
color: #6A0B29;
}
</style>
background-color css
<style>
a { background-color: #6A0B29; }
a { background-color: rgb(106,11,41); }
div.DivClassName
{
background-color: #6A0B29;
}
.BgClassName
{
background-color: #6A0B29;
}
</style>
border-color css
<style>
span { border-color: #6A0B29; }
span { border-color: rgb(106,11,41); }
td.TdClassName
{
border-color: #6A0B29;
}
.TagClassName
{
border-color: #6A0B29;
}
</style>