Shades of Pohutukawa #67070B
Tints of Pohutukawa #67070B
RGB
CMYK
RGB Variations
Color information
#67070B (or 0x67070B) is known color: Pohutukawa. HEX triplet: 67, 07 and 0B. RGB value is (103,7,11). Sum of RGB (Red+Green+Blue) = 103+7+11=121 (16% of max value = 765). Red value is 103 (40.62% from 255 or 85.12% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 103 - color contains mainly: red. Hex color #67070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67070B is #98F8F4. Grayscale: #242424. Windows color (decimal): -10025205 or 722791. OLE color: 722791.
HSL color Cylindrical-coordinate representation of color #67070B: hue angle of 357.5º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67070B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 7 | 11 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.60 |
| HSL | 357.5º | 0.87% | 0.22% | - |
| HSV(B) | 357.5º | 0.93% | 0.4% | - |
| XYZ | 5.73 | 3.06 | 0.61 | - |
| YUV | 36.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 11 | 0 | 0.93 | 0.89 | 0.60 | 357.5 | 0.87 | 0.22 |
| Hex | 67 | 7 | B | 0 | 5D | 59 | 3C | 166 | 57 | 16 |
| Octal | 147 | 7 | 13 | 0 | 135 | 131 | 74 | 546 | 127 | 26 |
| Binary | 1100111 | 111 | 1011 | 0 | 1011101 | 1011001 | 111100 | 101100110 | 1010111 | 10110 |
Color Harmonies of #67070B
Complementary color
Monochromatic Colors of #67070B
Black with #67070B
Text Example
Text Example
White with #67070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67070B; }
p { color: rgb(103,7,11); }
H1.HeaderClassName
{
color: #67070B;
}
.AnyTagClassName
{
color: #67070B;
}
</style>
background-color css
<style>
a { background-color: #67070B; }
a { background-color: rgb(103,7,11); }
div.DivClassName
{
background-color: #67070B;
}
.BgClassName
{
background-color: #67070B;
}
</style>
border-color css
<style>
span { border-color: #67070B; }
span { border-color: rgb(103,7,11); }
td.TdClassName
{
border-color: #67070B;
}
.TagClassName
{
border-color: #67070B;
}
</style>