Shades of Pohutukawa #6C1021
Tints of Pohutukawa #6C1021
RGB
CMYK
RGB Variations
Color information
#6C1021 (or 0x6C1021) is known color: Pohutukawa. HEX triplet: 6C, 10 and 21. RGB value is (108,16,33). Sum of RGB (Red+Green+Blue) = 108+16+33=157 (20% of max value = 765). Red value is 108 (42.58% from 255 or 68.79% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1021 is #93EFDE. Grayscale: #2D2D2D. Windows color (decimal): -9695199 or 2166892. OLE color: 2166892.
HSL color Cylindrical-coordinate representation of color #6C1021: hue angle of 348.91º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6C1021 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 16 | 33 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.58 |
| HSL | 348.91º | 0.74% | 0.24% | - |
| HSV(B) | 348.91º | 0.85% | 0.42% | - |
| XYZ | 6.64 | 3.67 | 1.8 | - |
| YUV | 45.45 | 120.98 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 16 | 33 | 0 | 0.85 | 0.69 | 0.58 | 348.91 | 0.74 | 0.24 |
| Hex | 6C | 10 | 21 | 0 | 55 | 45 | 3A | 15D | 4A | 18 |
| Octal | 154 | 20 | 41 | 0 | 125 | 105 | 72 | 535 | 112 | 30 |
| Binary | 1101100 | 10000 | 100001 | 0 | 1010101 | 1000101 | 111010 | 101011101 | 1001010 | 11000 |
Color Harmonies of #6C1021
Complementary color
Monochromatic Colors of #6C1021
Black with #6C1021
Text Example
Text Example
White with #6C1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1021; }
p { color: rgb(108,16,33); }
H1.HeaderClassName
{
color: #6C1021;
}
.AnyTagClassName
{
color: #6C1021;
}
</style>
background-color css
<style>
a { background-color: #6C1021; }
a { background-color: rgb(108,16,33); }
div.DivClassName
{
background-color: #6C1021;
}
.BgClassName
{
background-color: #6C1021;
}
</style>
border-color css
<style>
span { border-color: #6C1021; }
span { border-color: rgb(108,16,33); }
td.TdClassName
{
border-color: #6C1021;
}
.TagClassName
{
border-color: #6C1021;
}
</style>