Shades of Pohutukawa #6A0A19
Tints of Pohutukawa #6A0A19
RGB
CMYK
RGB Variations
Color information
#6A0A19 (or 0x6A0A19) is known color: Pohutukawa. HEX triplet: 6A, 0A and 19. RGB value is (106,10,25). Sum of RGB (Red+Green+Blue) = 106+10+25=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0A19 is #95F5E6. Grayscale: #282828. Windows color (decimal): -9827815 or 1641066. OLE color: 1641066.
HSL color Cylindrical-coordinate representation of color #6A0A19: hue angle of 350.62º 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 #6A0A19 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 10 | 25 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.58 |
| HSL | 350.63º | 0.83% | 0.23% | - |
| HSV(B) | 350.63º | 0.91% | 0.42% | - |
| XYZ | 6.23 | 3.35 | 1.24 | - |
| YUV | 40.41 | 119.3 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 25 | 0 | 0.91 | 0.76 | 0.58 | 350.63 | 0.83 | 0.23 |
| Hex | 6A | A | 19 | 0 | 5B | 4C | 3A | 15F | 53 | 17 |
| Octal | 152 | 12 | 31 | 0 | 133 | 114 | 72 | 537 | 123 | 27 |
| Binary | 1101010 | 1010 | 11001 | 0 | 1011011 | 1001100 | 111010 | 101011111 | 1010011 | 10111 |
Color Harmonies of #6A0A19
Complementary color
Monochromatic Colors of #6A0A19
Black with #6A0A19
Text Example
Text Example
White with #6A0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A19; }
p { color: rgb(106,10,25); }
H1.HeaderClassName
{
color: #6A0A19;
}
.AnyTagClassName
{
color: #6A0A19;
}
</style>
background-color css
<style>
a { background-color: #6A0A19; }
a { background-color: rgb(106,10,25); }
div.DivClassName
{
background-color: #6A0A19;
}
.BgClassName
{
background-color: #6A0A19;
}
</style>
border-color css
<style>
span { border-color: #6A0A19; }
span { border-color: rgb(106,10,25); }
td.TdClassName
{
border-color: #6A0A19;
}
.TagClassName
{
border-color: #6A0A19;
}
</style>