Shades of Pohutukawa #67122C
Tints of Pohutukawa #67122C
RGB
CMYK
RGB Variations
Color information
#67122C (or 0x67122C) is known color: Pohutukawa. HEX triplet: 67, 12 and 2C. RGB value is (103,18,44). Sum of RGB (Red+Green+Blue) = 103+18+44=165 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.42% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 103 - color contains mainly: red. Hex color #67122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67122C is #98EDD3. Grayscale: #2E2E2E. Windows color (decimal): -10022356 or 2888295. OLE color: 2888295.
HSL color Cylindrical-coordinate representation of color #67122C: hue angle of 341.65º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67122C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 44 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.60 |
| HSL | 341.65º | 0.7% | 0.24% | - |
| HSV(B) | 341.65º | 0.83% | 0.4% | - |
| XYZ | 6.26 | 3.5 | 2.73 | - |
| YUV | 46.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 44 | 0 | 0.83 | 0.57 | 0.60 | 341.65 | 0.7 | 0.24 |
| Hex | 67 | 12 | 2C | 0 | 53 | 39 | 3C | 156 | 46 | 18 |
| Octal | 147 | 22 | 54 | 0 | 123 | 71 | 74 | 526 | 106 | 30 |
| Binary | 1100111 | 10010 | 101100 | 0 | 1010011 | 111001 | 111100 | 101010110 | 1000110 | 11000 |
Color Harmonies of #67122C
Complementary color
Monochromatic Colors of #67122C
Black with #67122C
Text Example
Text Example
White with #67122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67122C; }
p { color: rgb(103,18,44); }
H1.HeaderClassName
{
color: #67122C;
}
.AnyTagClassName
{
color: #67122C;
}
</style>
background-color css
<style>
a { background-color: #67122C; }
a { background-color: rgb(103,18,44); }
div.DivClassName
{
background-color: #67122C;
}
.BgClassName
{
background-color: #67122C;
}
</style>
border-color css
<style>
span { border-color: #67122C; }
span { border-color: rgb(103,18,44); }
td.TdClassName
{
border-color: #67122C;
}
.TagClassName
{
border-color: #67122C;
}
</style>