Shades of Pohutukawa #67121E
Tints of Pohutukawa #67121E
RGB
CMYK
RGB Variations
Color information
#67121E (or 0x67121E) is known color: Pohutukawa. HEX triplet: 67, 12 and 1E. RGB value is (103,18,30). Sum of RGB (Red+Green+Blue) = 103+18+30=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #67121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67121E is #98EDE1. Grayscale: #2C2C2C. Windows color (decimal): -10022370 or 1970791. OLE color: 1970791.
HSL color Cylindrical-coordinate representation of color #67121E: hue angle of 351.53º 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 #67121E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 18 | 30 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.60 |
| HSL | 351.53º | 0.7% | 0.24% | - |
| HSV(B) | 351.53º | 0.83% | 0.4% | - |
| XYZ | 6.04 | 3.41 | 1.57 | - |
| YUV | 44.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 30 | 0 | 0.83 | 0.71 | 0.60 | 351.53 | 0.7 | 0.24 |
| Hex | 67 | 12 | 1E | 0 | 53 | 47 | 3C | 160 | 46 | 18 |
| Octal | 147 | 22 | 36 | 0 | 123 | 107 | 74 | 540 | 106 | 30 |
| Binary | 1100111 | 10010 | 11110 | 0 | 1010011 | 1000111 | 111100 | 101100000 | 1000110 | 11000 |
Color Harmonies of #67121E
Complementary color
Monochromatic Colors of #67121E
Black with #67121E
Text Example
Text Example
White with #67121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67121E; }
p { color: rgb(103,18,30); }
H1.HeaderClassName
{
color: #67121E;
}
.AnyTagClassName
{
color: #67121E;
}
</style>
background-color css
<style>
a { background-color: #67121E; }
a { background-color: rgb(103,18,30); }
div.DivClassName
{
background-color: #67121E;
}
.BgClassName
{
background-color: #67121E;
}
</style>
border-color css
<style>
span { border-color: #67121E; }
span { border-color: rgb(103,18,30); }
td.TdClassName
{
border-color: #67121E;
}
.TagClassName
{
border-color: #67121E;
}
</style>