Shades of Pohutukawa #670C19
Tints of Pohutukawa #670C19
RGB
CMYK
RGB Variations
Color information
#670C19 (or 0x670C19) is known color: Pohutukawa. HEX triplet: 67, 0C and 19. RGB value is (103,12,25). Sum of RGB (Red+Green+Blue) = 103+12+25=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #670C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C19 is #98F3E6. Grayscale: #282828. Windows color (decimal): -10023911 or 1641575. OLE color: 1641575.
HSL color Cylindrical-coordinate representation of color #670C19: hue angle of 351.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C19 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 25 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.60 |
| HSL | 351.43º | 0.79% | 0.23% | - |
| HSV(B) | 351.43º | 0.88% | 0.4% | - |
| XYZ | 5.9 | 3.22 | 1.23 | - |
| YUV | 40.69 | 119.15 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 25 | 0 | 0.88 | 0.76 | 0.60 | 351.43 | 0.79 | 0.23 |
| Hex | 67 | C | 19 | 0 | 58 | 4C | 3C | 15F | 4F | 17 |
| Octal | 147 | 14 | 31 | 0 | 130 | 114 | 74 | 537 | 117 | 27 |
| Binary | 1100111 | 1100 | 11001 | 0 | 1011000 | 1001100 | 111100 | 101011111 | 1001111 | 10111 |
Color Harmonies of #670C19
Complementary color
Monochromatic Colors of #670C19
Black with #670C19
Text Example
Text Example
White with #670C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C19; }
p { color: rgb(103,12,25); }
H1.HeaderClassName
{
color: #670C19;
}
.AnyTagClassName
{
color: #670C19;
}
</style>
background-color css
<style>
a { background-color: #670C19; }
a { background-color: rgb(103,12,25); }
div.DivClassName
{
background-color: #670C19;
}
.BgClassName
{
background-color: #670C19;
}
</style>
border-color css
<style>
span { border-color: #670C19; }
span { border-color: rgb(103,12,25); }
td.TdClassName
{
border-color: #670C19;
}
.TagClassName
{
border-color: #670C19;
}
</style>