Shades of Pohutukawa #670D19
Tints of Pohutukawa #670D19
RGB
CMYK
RGB Variations
Color information
#670D19 (or 0x670D19) is known color: Pohutukawa. HEX triplet: 67, 0D and 19. RGB value is (103,13,25). Sum of RGB (Red+Green+Blue) = 103+13+25=141 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.05% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 103 - color contains mainly: red. Hex color #670D19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670D19 is #98F2E6. Grayscale: #292929. Windows color (decimal): -10023655 or 1641831. OLE color: 1641831.
HSL color Cylindrical-coordinate representation of color #670D19: hue angle of 352º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #670D19 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 13 | 25 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.60 |
| HSL | 352º | 0.78% | 0.23% | - |
| HSV(B) | 352º | 0.87% | 0.4% | - |
| XYZ | 5.91 | 3.24 | 1.23 | - |
| YUV | 41.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 13 | 25 | 0 | 0.87 | 0.76 | 0.60 | 352 | 0.78 | 0.23 |
| Hex | 67 | D | 19 | 0 | 57 | 4C | 3C | 160 | 4E | 17 |
| Octal | 147 | 15 | 31 | 0 | 127 | 114 | 74 | 540 | 116 | 27 |
| Binary | 1100111 | 1101 | 11001 | 0 | 1010111 | 1001100 | 111100 | 101100000 | 1001110 | 10111 |
Color Harmonies of #670D19
Complementary color
Monochromatic Colors of #670D19
Black with #670D19
Text Example
Text Example
White with #670D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670D19; }
p { color: rgb(103,13,25); }
H1.HeaderClassName
{
color: #670D19;
}
.AnyTagClassName
{
color: #670D19;
}
</style>
background-color css
<style>
a { background-color: #670D19; }
a { background-color: rgb(103,13,25); }
div.DivClassName
{
background-color: #670D19;
}
.BgClassName
{
background-color: #670D19;
}
</style>
border-color css
<style>
span { border-color: #670D19; }
span { border-color: rgb(103,13,25); }
td.TdClassName
{
border-color: #670D19;
}
.TagClassName
{
border-color: #670D19;
}
</style>