Shades of Pohutukawa #67122B
Tints of Pohutukawa #67122B
RGB
CMYK
RGB Variations
Color information
#67122B (or 0x67122B) is known color: Pohutukawa. HEX triplet: 67, 12 and 2B. RGB value is (103,18,43). Sum of RGB (Red+Green+Blue) = 103+18+43=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #67122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67122B is #98EDD4. Grayscale: #2E2E2E. Windows color (decimal): -10022357 or 2822759. OLE color: 2822759.
HSL color Cylindrical-coordinate representation of color #67122B: hue angle of 342.35º 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 #67122B is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 43 | - |
| CMYK | 0 | 0.83 | 0.58 | 0.60 |
| HSL | 342.35º | 0.7% | 0.24% | - |
| HSV(B) | 342.35º | 0.83% | 0.4% | - |
| XYZ | 6.25 | 3.49 | 2.63 | - |
| YUV | 46.27 | 126.16 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 43 | 0 | 0.83 | 0.58 | 0.60 | 342.35 | 0.7 | 0.24 |
| Hex | 67 | 12 | 2B | 0 | 53 | 3A | 3C | 156 | 46 | 18 |
| Octal | 147 | 22 | 53 | 0 | 123 | 72 | 74 | 526 | 106 | 30 |
| Binary | 1100111 | 10010 | 101011 | 0 | 1010011 | 111010 | 111100 | 101010110 | 1000110 | 11000 |
Color Harmonies of #67122B
Complementary color
Monochromatic Colors of #67122B
Black with #67122B
Text Example
Text Example
White with #67122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67122B; }
p { color: rgb(103,18,43); }
H1.HeaderClassName
{
color: #67122B;
}
.AnyTagClassName
{
color: #67122B;
}
</style>
background-color css
<style>
a { background-color: #67122B; }
a { background-color: rgb(103,18,43); }
div.DivClassName
{
background-color: #67122B;
}
.BgClassName
{
background-color: #67122B;
}
</style>
border-color css
<style>
span { border-color: #67122B; }
span { border-color: rgb(103,18,43); }
td.TdClassName
{
border-color: #67122B;
}
.TagClassName
{
border-color: #67122B;
}
</style>