Shades of Pohutukawa #6D1521
Tints of Pohutukawa #6D1521
RGB
CMYK
RGB Variations
Color information
#6D1521 (or 0x6D1521) is known color: Pohutukawa. HEX triplet: 6D, 15 and 21. RGB value is (109,21,33). Sum of RGB (Red+Green+Blue) = 109+21+33=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1521 is #92EADE. Grayscale: #303030. Windows color (decimal): -9628383 or 2168173. OLE color: 2168173.
HSL color Cylindrical-coordinate representation of color #6D1521: hue angle of 351.82º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1521 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 21 | 33 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.57 |
| HSL | 351.82º | 0.68% | 0.25% | - |
| HSV(B) | 351.82º | 0.81% | 0.43% | - |
| XYZ | 6.85 | 3.9 | 1.83 | - |
| YUV | 48.68 | 119.15 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 33 | 0 | 0.81 | 0.70 | 0.57 | 351.82 | 0.68 | 0.25 |
| Hex | 6D | 15 | 21 | 0 | 51 | 46 | 39 | 160 | 44 | 19 |
| Octal | 155 | 25 | 41 | 0 | 121 | 106 | 71 | 540 | 104 | 31 |
| Binary | 1101101 | 10101 | 100001 | 0 | 1010001 | 1000110 | 111001 | 101100000 | 1000100 | 11001 |
Color Harmonies of #6D1521
Complementary color
Monochromatic Colors of #6D1521
Black with #6D1521
Text Example
Text Example
White with #6D1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1521; }
p { color: rgb(109,21,33); }
H1.HeaderClassName
{
color: #6D1521;
}
.AnyTagClassName
{
color: #6D1521;
}
</style>
background-color css
<style>
a { background-color: #6D1521; }
a { background-color: rgb(109,21,33); }
div.DivClassName
{
background-color: #6D1521;
}
.BgClassName
{
background-color: #6D1521;
}
</style>
border-color css
<style>
span { border-color: #6D1521; }
span { border-color: rgb(109,21,33); }
td.TdClassName
{
border-color: #6D1521;
}
.TagClassName
{
border-color: #6D1521;
}
</style>