Shades of Pohutukawa #6A1221
Tints of Pohutukawa #6A1221
RGB
CMYK
RGB Variations
Color information
#6A1221 (or 0x6A1221) is known color: Pohutukawa. HEX triplet: 6A, 12 and 21. RGB value is (106,18,33). Sum of RGB (Red+Green+Blue) = 106+18+33=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1221 is #95EDDE. Grayscale: #2E2E2E. Windows color (decimal): -9825759 or 2167402. OLE color: 2167402.
HSL color Cylindrical-coordinate representation of color #6A1221: hue angle of 349.77º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A1221 is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 18 | 33 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.58 |
| HSL | 349.77º | 0.71% | 0.24% | - |
| HSV(B) | 349.77º | 0.83% | 0.42% | - |
| XYZ | 6.43 | 3.61 | 1.8 | - |
| YUV | 46.02 | 120.65 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 18 | 33 | 0 | 0.83 | 0.69 | 0.58 | 349.77 | 0.71 | 0.24 |
| Hex | 6A | 12 | 21 | 0 | 53 | 45 | 3A | 15E | 47 | 18 |
| Octal | 152 | 22 | 41 | 0 | 123 | 105 | 72 | 536 | 107 | 30 |
| Binary | 1101010 | 10010 | 100001 | 0 | 1010011 | 1000101 | 111010 | 101011110 | 1000111 | 11000 |
Color Harmonies of #6A1221
Complementary color
Monochromatic Colors of #6A1221
Black with #6A1221
Text Example
Text Example
White with #6A1221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1221; }
p { color: rgb(106,18,33); }
H1.HeaderClassName
{
color: #6A1221;
}
.AnyTagClassName
{
color: #6A1221;
}
</style>
background-color css
<style>
a { background-color: #6A1221; }
a { background-color: rgb(106,18,33); }
div.DivClassName
{
background-color: #6A1221;
}
.BgClassName
{
background-color: #6A1221;
}
</style>
border-color css
<style>
span { border-color: #6A1221; }
span { border-color: rgb(106,18,33); }
td.TdClassName
{
border-color: #6A1221;
}
.TagClassName
{
border-color: #6A1221;
}
</style>