Shades of Pohutukawa #670B2C
Tints of Pohutukawa #670B2C
RGB
CMYK
RGB Variations
Color information
#670B2C (or 0x670B2C) is known color: Pohutukawa. HEX triplet: 67, 0B and 2C. RGB value is (103,11,44). Sum of RGB (Red+Green+Blue) = 103+11+44=158 (20% of max value = 765). Red value is 103 (40.62% from 255 or 65.19% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 103 - color contains mainly: red. Hex color #670B2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B2C is #98F4D3. Grayscale: #2A2A2A. Windows color (decimal): -10024148 or 2886503. OLE color: 2886503.
HSL color Cylindrical-coordinate representation of color #670B2C: hue angle of 338.48º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #670B2C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 44 | - |
| CMYK | 0 | 0.89 | 0.57 | 0.60 |
| HSL | 338.48º | 0.81% | 0.22% | - |
| HSV(B) | 338.48º | 0.89% | 0.4% | - |
| XYZ | 6.17 | 3.3 | 2.7 | - |
| YUV | 42.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 44 | 0 | 0.89 | 0.57 | 0.60 | 338.48 | 0.81 | 0.22 |
| Hex | 67 | B | 2C | 0 | 59 | 39 | 3C | 152 | 51 | 16 |
| Octal | 147 | 13 | 54 | 0 | 131 | 71 | 74 | 522 | 121 | 26 |
| Binary | 1100111 | 1011 | 101100 | 0 | 1011001 | 111001 | 111100 | 101010010 | 1010001 | 10110 |
Color Harmonies of #670B2C
Complementary color
Monochromatic Colors of #670B2C
Black with #670B2C
Text Example
Text Example
White with #670B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B2C; }
p { color: rgb(103,11,44); }
H1.HeaderClassName
{
color: #670B2C;
}
.AnyTagClassName
{
color: #670B2C;
}
</style>
background-color css
<style>
a { background-color: #670B2C; }
a { background-color: rgb(103,11,44); }
div.DivClassName
{
background-color: #670B2C;
}
.BgClassName
{
background-color: #670B2C;
}
</style>
border-color css
<style>
span { border-color: #670B2C; }
span { border-color: rgb(103,11,44); }
td.TdClassName
{
border-color: #670B2C;
}
.TagClassName
{
border-color: #670B2C;
}
</style>