Shades of Pohutukawa #670C2B
Tints of Pohutukawa #670C2B
RGB
CMYK
RGB Variations
Color information
#670C2B (or 0x670C2B) is known color: Pohutukawa. HEX triplet: 67, 0C and 2B. RGB value is (103,12,43). Sum of RGB (Red+Green+Blue) = 103+12+43=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #670C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C2B is #98F3D4. Grayscale: #2A2A2A. Windows color (decimal): -10023893 or 2821223. OLE color: 2821223.
HSL color Cylindrical-coordinate representation of color #670C2B: hue angle of 339.56º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C2B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 43 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.60 |
| HSL | 339.56º | 0.79% | 0.23% | - |
| HSV(B) | 339.56º | 0.88% | 0.4% | - |
| XYZ | 6.16 | 3.32 | 2.6 | - |
| YUV | 42.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 43 | 0 | 0.88 | 0.58 | 0.60 | 339.56 | 0.79 | 0.23 |
| Hex | 67 | C | 2B | 0 | 58 | 3A | 3C | 154 | 4F | 17 |
| Octal | 147 | 14 | 53 | 0 | 130 | 72 | 74 | 524 | 117 | 27 |
| Binary | 1100111 | 1100 | 101011 | 0 | 1011000 | 111010 | 111100 | 101010100 | 1001111 | 10111 |
Color Harmonies of #670C2B
Complementary color
Monochromatic Colors of #670C2B
Black with #670C2B
Text Example
Text Example
White with #670C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C2B; }
p { color: rgb(103,12,43); }
H1.HeaderClassName
{
color: #670C2B;
}
.AnyTagClassName
{
color: #670C2B;
}
</style>
background-color css
<style>
a { background-color: #670C2B; }
a { background-color: rgb(103,12,43); }
div.DivClassName
{
background-color: #670C2B;
}
.BgClassName
{
background-color: #670C2B;
}
</style>
border-color css
<style>
span { border-color: #670C2B; }
span { border-color: rgb(103,12,43); }
td.TdClassName
{
border-color: #670C2B;
}
.TagClassName
{
border-color: #670C2B;
}
</style>