Shades of Pohutukawa #670C28
Tints of Pohutukawa #670C28
RGB
CMYK
RGB Variations
Color information
#670C28 (or 0x670C28) is known color: Pohutukawa. HEX triplet: 67, 0C and 28. RGB value is (103,12,40). Sum of RGB (Red+Green+Blue) = 103+12+40=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #670C28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C28 is #98F3D7. Grayscale: #2A2A2A. Windows color (decimal): -10023896 or 2624615. OLE color: 2624615.
HSL color Cylindrical-coordinate representation of color #670C28: hue angle of 341.54º 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 #670C28 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 40 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.60 |
| HSL | 341.54º | 0.79% | 0.23% | - |
| HSV(B) | 341.54º | 0.88% | 0.4% | - |
| XYZ | 6.11 | 3.3 | 2.32 | - |
| YUV | 42.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 40 | 0 | 0.88 | 0.61 | 0.60 | 341.54 | 0.79 | 0.23 |
| Hex | 67 | C | 28 | 0 | 58 | 3D | 3C | 156 | 4F | 17 |
| Octal | 147 | 14 | 50 | 0 | 130 | 75 | 74 | 526 | 117 | 27 |
| Binary | 1100111 | 1100 | 101000 | 0 | 1011000 | 111101 | 111100 | 101010110 | 1001111 | 10111 |
Color Harmonies of #670C28
Complementary color
Monochromatic Colors of #670C28
Black with #670C28
Text Example
Text Example
White with #670C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C28; }
p { color: rgb(103,12,40); }
H1.HeaderClassName
{
color: #670C28;
}
.AnyTagClassName
{
color: #670C28;
}
</style>
background-color css
<style>
a { background-color: #670C28; }
a { background-color: rgb(103,12,40); }
div.DivClassName
{
background-color: #670C28;
}
.BgClassName
{
background-color: #670C28;
}
</style>
border-color css
<style>
span { border-color: #670C28; }
span { border-color: rgb(103,12,40); }
td.TdClassName
{
border-color: #670C28;
}
.TagClassName
{
border-color: #670C28;
}
</style>