Shades of Pohutukawa #6A0A21
Tints of Pohutukawa #6A0A21
RGB
CMYK
RGB Variations
Color information
#6A0A21 (or 0x6A0A21) is known color: Pohutukawa. HEX triplet: 6A, 0A and 21. RGB value is (106,10,33). Sum of RGB (Red+Green+Blue) = 106+10+33=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0A21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0A21 is #95F5DE. Grayscale: #292929. Windows color (decimal): -9827807 or 2165354. OLE color: 2165354.
HSL color Cylindrical-coordinate representation of color #6A0A21: hue angle of 345.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 #6A0A21 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 10 | 33 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.58 |
| HSL | 345.63º | 0.83% | 0.23% | - |
| HSV(B) | 345.63º | 0.91% | 0.42% | - |
| XYZ | 6.33 | 3.39 | 1.76 | - |
| YUV | 41.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 10 | 33 | 0 | 0.91 | 0.69 | 0.58 | 345.63 | 0.83 | 0.23 |
| Hex | 6A | A | 21 | 0 | 5B | 45 | 3A | 15A | 53 | 17 |
| Octal | 152 | 12 | 41 | 0 | 133 | 105 | 72 | 532 | 123 | 27 |
| Binary | 1101010 | 1010 | 100001 | 0 | 1011011 | 1000101 | 111010 | 101011010 | 1010011 | 10111 |
Color Harmonies of #6A0A21
Complementary color
Monochromatic Colors of #6A0A21
Black with #6A0A21
Text Example
Text Example
White with #6A0A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0A21; }
p { color: rgb(106,10,33); }
H1.HeaderClassName
{
color: #6A0A21;
}
.AnyTagClassName
{
color: #6A0A21;
}
</style>
background-color css
<style>
a { background-color: #6A0A21; }
a { background-color: rgb(106,10,33); }
div.DivClassName
{
background-color: #6A0A21;
}
.BgClassName
{
background-color: #6A0A21;
}
</style>
border-color css
<style>
span { border-color: #6A0A21; }
span { border-color: rgb(106,10,33); }
td.TdClassName
{
border-color: #6A0A21;
}
.TagClassName
{
border-color: #6A0A21;
}
</style>