Shades of Pohutukawa #670A1D
Tints of Pohutukawa #670A1D
RGB
CMYK
RGB Variations
Color information
#670A1D (or 0x670A1D) is known color: Pohutukawa. HEX triplet: 67, 0A and 1D. RGB value is (103,10,29). Sum of RGB (Red+Green+Blue) = 103+10+29=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #670A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A1D is #98F5E2. Grayscale: #272727. Windows color (decimal): -10024419 or 1903207. OLE color: 1903207.
HSL color Cylindrical-coordinate representation of color #670A1D: hue angle of 347.74º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670A1D is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 29 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.60 |
| HSL | 347.74º | 0.82% | 0.22% | - |
| HSV(B) | 347.74º | 0.9% | 0.4% | - |
| XYZ | 5.92 | 3.19 | 1.47 | - |
| YUV | 39.97 | 121.81 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 29 | 0 | 0.90 | 0.72 | 0.60 | 347.74 | 0.82 | 0.22 |
| Hex | 67 | A | 1D | 0 | 5A | 48 | 3C | 15C | 52 | 16 |
| Octal | 147 | 12 | 35 | 0 | 132 | 110 | 74 | 534 | 122 | 26 |
| Binary | 1100111 | 1010 | 11101 | 0 | 1011010 | 1001000 | 111100 | 101011100 | 1010010 | 10110 |
Color Harmonies of #670A1D
Complementary color
Monochromatic Colors of #670A1D
Black with #670A1D
Text Example
Text Example
White with #670A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A1D; }
p { color: rgb(103,10,29); }
H1.HeaderClassName
{
color: #670A1D;
}
.AnyTagClassName
{
color: #670A1D;
}
</style>
background-color css
<style>
a { background-color: #670A1D; }
a { background-color: rgb(103,10,29); }
div.DivClassName
{
background-color: #670A1D;
}
.BgClassName
{
background-color: #670A1D;
}
</style>
border-color css
<style>
span { border-color: #670A1D; }
span { border-color: rgb(103,10,29); }
td.TdClassName
{
border-color: #670A1D;
}
.TagClassName
{
border-color: #670A1D;
}
</style>