Shades of Pohutukawa #6A1321
Tints of Pohutukawa #6A1321
RGB
CMYK
RGB Variations
Color information
#6A1321 (or 0x6A1321) is known color: Pohutukawa. HEX triplet: 6A, 13 and 21. RGB value is (106,19,33). Sum of RGB (Red+Green+Blue) = 106+19+33=158 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.09% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1321 is #95ECDE. Grayscale: #2E2E2E. Windows color (decimal): -9825503 or 2167658. OLE color: 2167658.
HSL color Cylindrical-coordinate representation of color #6A1321: hue angle of 350.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1321 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 33 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.58 |
| HSL | 350.34º | 0.7% | 0.25% | - |
| HSV(B) | 350.34º | 0.82% | 0.42% | - |
| XYZ | 6.45 | 3.64 | 1.8 | - |
| YUV | 46.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 33 | 0 | 0.82 | 0.69 | 0.58 | 350.34 | 0.7 | 0.25 |
| Hex | 6A | 13 | 21 | 0 | 52 | 45 | 3A | 15E | 46 | 19 |
| Octal | 152 | 23 | 41 | 0 | 122 | 105 | 72 | 536 | 106 | 31 |
| Binary | 1101010 | 10011 | 100001 | 0 | 1010010 | 1000101 | 111010 | 101011110 | 1000110 | 11001 |
Color Harmonies of #6A1321
Complementary color
Monochromatic Colors of #6A1321
Black with #6A1321
Text Example
Text Example
White with #6A1321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1321; }
p { color: rgb(106,19,33); }
H1.HeaderClassName
{
color: #6A1321;
}
.AnyTagClassName
{
color: #6A1321;
}
</style>
background-color css
<style>
a { background-color: #6A1321; }
a { background-color: rgb(106,19,33); }
div.DivClassName
{
background-color: #6A1321;
}
.BgClassName
{
background-color: #6A1321;
}
</style>
border-color css
<style>
span { border-color: #6A1321; }
span { border-color: rgb(106,19,33); }
td.TdClassName
{
border-color: #6A1321;
}
.TagClassName
{
border-color: #6A1321;
}
</style>