Shades of Pohutukawa #670C14
Tints of Pohutukawa #670C14
RGB
CMYK
RGB Variations
Color information
#670C14 (or 0x670C14) is known color: Pohutukawa. HEX triplet: 67, 0C and 14. RGB value is (103,12,20). Sum of RGB (Red+Green+Blue) = 103+12+20=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #670C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C14 is #98F3EB. Grayscale: #282828. Windows color (decimal): -10023916 or 1313895. OLE color: 1313895.
HSL color Cylindrical-coordinate representation of color #670C14: hue angle of 354.73º 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 #670C14 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 20 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.60 |
| HSL | 354.73º | 0.79% | 0.23% | - |
| HSV(B) | 354.73º | 0.88% | 0.4% | - |
| XYZ | 5.85 | 3.2 | 0.97 | - |
| YUV | 40.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 20 | 0 | 0.88 | 0.81 | 0.60 | 354.73 | 0.79 | 0.23 |
| Hex | 67 | C | 14 | 0 | 58 | 51 | 3C | 163 | 4F | 17 |
| Octal | 147 | 14 | 24 | 0 | 130 | 121 | 74 | 543 | 117 | 27 |
| Binary | 1100111 | 1100 | 10100 | 0 | 1011000 | 1010001 | 111100 | 101100011 | 1001111 | 10111 |
Color Harmonies of #670C14
Complementary color
Monochromatic Colors of #670C14
Black with #670C14
Text Example
Text Example
White with #670C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C14; }
p { color: rgb(103,12,20); }
H1.HeaderClassName
{
color: #670C14;
}
.AnyTagClassName
{
color: #670C14;
}
</style>
background-color css
<style>
a { background-color: #670C14; }
a { background-color: rgb(103,12,20); }
div.DivClassName
{
background-color: #670C14;
}
.BgClassName
{
background-color: #670C14;
}
</style>
border-color css
<style>
span { border-color: #670C14; }
span { border-color: rgb(103,12,20); }
td.TdClassName
{
border-color: #670C14;
}
.TagClassName
{
border-color: #670C14;
}
</style>