Shades of Pohutukawa #670A1A
Tints of Pohutukawa #670A1A
RGB
CMYK
RGB Variations
Color information
#670A1A (or 0x670A1A) is known color: Pohutukawa. HEX triplet: 67, 0A and 1A. RGB value is (103,10,26). Sum of RGB (Red+Green+Blue) = 103+10+26=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #670A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670A1A is #98F5E5. Grayscale: #272727. Windows color (decimal): -10024422 or 1706599. OLE color: 1706599.
HSL color Cylindrical-coordinate representation of color #670A1A: hue angle of 349.68º 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 #670A1A is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 10 | 26 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.60 |
| HSL | 349.68º | 0.82% | 0.22% | - |
| HSV(B) | 349.68º | 0.9% | 0.4% | - |
| XYZ | 5.89 | 3.18 | 1.28 | - |
| YUV | 39.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 26 | 0 | 0.90 | 0.75 | 0.60 | 349.68 | 0.82 | 0.22 |
| Hex | 67 | A | 1A | 0 | 5A | 4B | 3C | 15E | 52 | 16 |
| Octal | 147 | 12 | 32 | 0 | 132 | 113 | 74 | 536 | 122 | 26 |
| Binary | 1100111 | 1010 | 11010 | 0 | 1011010 | 1001011 | 111100 | 101011110 | 1010010 | 10110 |
Color Harmonies of #670A1A
Complementary color
Monochromatic Colors of #670A1A
Black with #670A1A
Text Example
Text Example
White with #670A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670A1A; }
p { color: rgb(103,10,26); }
H1.HeaderClassName
{
color: #670A1A;
}
.AnyTagClassName
{
color: #670A1A;
}
</style>
background-color css
<style>
a { background-color: #670A1A; }
a { background-color: rgb(103,10,26); }
div.DivClassName
{
background-color: #670A1A;
}
.BgClassName
{
background-color: #670A1A;
}
</style>
border-color css
<style>
span { border-color: #670A1A; }
span { border-color: rgb(103,10,26); }
td.TdClassName
{
border-color: #670A1A;
}
.TagClassName
{
border-color: #670A1A;
}
</style>