Shades of Pohutukawa #670F2D
Tints of Pohutukawa #670F2D
RGB
CMYK
RGB Variations
Color information
#670F2D (or 0x670F2D) is known color: Pohutukawa. HEX triplet: 67, 0F and 2D. RGB value is (103,15,45). Sum of RGB (Red+Green+Blue) = 103+15+45=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 45 (17.97% from 255 or 27.61% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #670F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670F2D is #98F0D2. Grayscale: #2C2C2C. Windows color (decimal): -10023123 or 2953063. OLE color: 2953063.
HSL color Cylindrical-coordinate representation of color #670F2D: hue angle of 339.55º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F2D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 15 | 45 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.60 |
| HSL | 339.55º | 0.75% | 0.23% | - |
| HSV(B) | 339.55º | 0.85% | 0.4% | - |
| XYZ | 6.24 | 3.41 | 2.81 | - |
| YUV | 44.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 15 | 45 | 0 | 0.85 | 0.56 | 0.60 | 339.55 | 0.75 | 0.23 |
| Hex | 67 | F | 2D | 0 | 55 | 38 | 3C | 154 | 4B | 17 |
| Octal | 147 | 17 | 55 | 0 | 125 | 70 | 74 | 524 | 113 | 27 |
| Binary | 1100111 | 1111 | 101101 | 0 | 1010101 | 111000 | 111100 | 101010100 | 1001011 | 10111 |
Color Harmonies of #670F2D
Complementary color
Monochromatic Colors of #670F2D
Black with #670F2D
Text Example
Text Example
White with #670F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670F2D; }
p { color: rgb(103,15,45); }
H1.HeaderClassName
{
color: #670F2D;
}
.AnyTagClassName
{
color: #670F2D;
}
</style>
background-color css
<style>
a { background-color: #670F2D; }
a { background-color: rgb(103,15,45); }
div.DivClassName
{
background-color: #670F2D;
}
.BgClassName
{
background-color: #670F2D;
}
</style>
border-color css
<style>
span { border-color: #670F2D; }
span { border-color: rgb(103,15,45); }
td.TdClassName
{
border-color: #670F2D;
}
.TagClassName
{
border-color: #670F2D;
}
</style>