Shades of Pohutukawa #6A0A10
Tints of Pohutukawa #6A0A10
RGB
CMYK
RGB Variations
Color information
#6A0A10 (or 0x6A0A10) is known color: Pohutukawa. HEX triplet: 6A, 0A and 10. RGB value is (106,10,16). Sum of RGB (Red+Green+Blue) = 106+10+16=132 (17% of max value = 765). Red value is 106 (41.80% from 255 or 80.30% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0A10 is #95F5EF. Grayscale: #272727. Windows color (decimal): -9827824 or 1051242. OLE color: 1051242.
HSL color Cylindrical-coordinate representation of color #6A0A10: hue angle of 356.25º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6A0A10 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 10 | 16 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.58 |
| HSL | 356.25º | 0.83% | 0.23% | - |
| HSV(B) | 356.25º | 0.91% | 0.42% | - |
| XYZ | 6.15 | 3.32 | 0.81 | - |
| YUV | 39.39 | 114.8 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 16 | 0 | 0.91 | 0.85 | 0.58 | 356.25 | 0.83 | 0.23 |
| Hex | 6A | A | 10 | 0 | 5B | 55 | 3A | 164 | 53 | 17 |
| Octal | 152 | 12 | 20 | 0 | 133 | 125 | 72 | 544 | 123 | 27 |
| Binary | 1101010 | 1010 | 10000 | 0 | 1011011 | 1010101 | 111010 | 101100100 | 1010011 | 10111 |
Color Harmonies of #6A0A10
Complementary color
Monochromatic Colors of #6A0A10
Black with #6A0A10
Text Example
Text Example
White with #6A0A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A10; }
p { color: rgb(106,10,16); }
H1.HeaderClassName
{
color: #6A0A10;
}
.AnyTagClassName
{
color: #6A0A10;
}
</style>
background-color css
<style>
a { background-color: #6A0A10; }
a { background-color: rgb(106,10,16); }
div.DivClassName
{
background-color: #6A0A10;
}
.BgClassName
{
background-color: #6A0A10;
}
</style>
border-color css
<style>
span { border-color: #6A0A10; }
span { border-color: rgb(106,10,16); }
td.TdClassName
{
border-color: #6A0A10;
}
.TagClassName
{
border-color: #6A0A10;
}
</style>