Shades of Pohutukawa #670B20
Tints of Pohutukawa #670B20
RGB
CMYK
RGB Variations
Color information
#670B20 (or 0x670B20) is known color: Pohutukawa. HEX triplet: 67, 0B and 20. RGB value is (103,11,32). Sum of RGB (Red+Green+Blue) = 103+11+32=146 (19% of max value = 765). Red value is 103 (40.62% from 255 or 70.55% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 103 - color contains mainly: red. Hex color #670B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670B20 is #98F4DF. Grayscale: #282828. Windows color (decimal): -10024160 or 2100071. OLE color: 2100071.
HSL color Cylindrical-coordinate representation of color #670B20: hue angle of 346.3º 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 #670B20 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 11 | 32 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.60 |
| HSL | 346.3º | 0.81% | 0.22% | - |
| HSV(B) | 346.3º | 0.89% | 0.4% | - |
| XYZ | 5.97 | 3.23 | 1.67 | - |
| YUV | 40.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 11 | 32 | 0 | 0.89 | 0.69 | 0.60 | 346.3 | 0.81 | 0.22 |
| Hex | 67 | B | 20 | 0 | 59 | 45 | 3C | 15A | 51 | 16 |
| Octal | 147 | 13 | 40 | 0 | 131 | 105 | 74 | 532 | 121 | 26 |
| Binary | 1100111 | 1011 | 100000 | 0 | 1011001 | 1000101 | 111100 | 101011010 | 1010001 | 10110 |
Color Harmonies of #670B20
Complementary color
Monochromatic Colors of #670B20
Black with #670B20
Text Example
Text Example
White with #670B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670B20; }
p { color: rgb(103,11,32); }
H1.HeaderClassName
{
color: #670B20;
}
.AnyTagClassName
{
color: #670B20;
}
</style>
background-color css
<style>
a { background-color: #670B20; }
a { background-color: rgb(103,11,32); }
div.DivClassName
{
background-color: #670B20;
}
.BgClassName
{
background-color: #670B20;
}
</style>
border-color css
<style>
span { border-color: #670B20; }
span { border-color: rgb(103,11,32); }
td.TdClassName
{
border-color: #670B20;
}
.TagClassName
{
border-color: #670B20;
}
</style>