Shades of Pohutukawa #6A0C19
Tints of Pohutukawa #6A0C19
RGB
CMYK
RGB Variations
Color information
#6A0C19 (or 0x6A0C19) is known color: Pohutukawa. HEX triplet: 6A, 0C and 19. RGB value is (106,12,25). Sum of RGB (Red+Green+Blue) = 106+12+25=143 (18% of max value = 765). Red value is 106 (41.80% from 255 or 74.13% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0C19 is #95F3E6. Grayscale: #292929. Windows color (decimal): -9827303 or 1641578. OLE color: 1641578.
HSL color Cylindrical-coordinate representation of color #6A0C19: hue angle of 351.7º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6A0C19 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 12 | 25 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.58 |
| HSL | 351.7º | 0.8% | 0.23% | - |
| HSV(B) | 351.7º | 0.89% | 0.42% | - |
| XYZ | 6.25 | 3.4 | 1.25 | - |
| YUV | 41.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 12 | 25 | 0 | 0.89 | 0.76 | 0.58 | 351.7 | 0.8 | 0.23 |
| Hex | 6A | C | 19 | 0 | 59 | 4C | 3A | 160 | 50 | 17 |
| Octal | 152 | 14 | 31 | 0 | 131 | 114 | 72 | 540 | 120 | 27 |
| Binary | 1101010 | 1100 | 11001 | 0 | 1011001 | 1001100 | 111010 | 101100000 | 1010000 | 10111 |
Color Harmonies of #6A0C19
Complementary color
Monochromatic Colors of #6A0C19
Black with #6A0C19
Text Example
Text Example
White with #6A0C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0C19; }
p { color: rgb(106,12,25); }
H1.HeaderClassName
{
color: #6A0C19;
}
.AnyTagClassName
{
color: #6A0C19;
}
</style>
background-color css
<style>
a { background-color: #6A0C19; }
a { background-color: rgb(106,12,25); }
div.DivClassName
{
background-color: #6A0C19;
}
.BgClassName
{
background-color: #6A0C19;
}
</style>
border-color css
<style>
span { border-color: #6A0C19; }
span { border-color: rgb(106,12,25); }
td.TdClassName
{
border-color: #6A0C19;
}
.TagClassName
{
border-color: #6A0C19;
}
</style>