Shades of Pohutukawa #670C17
Tints of Pohutukawa #670C17
RGB
CMYK
RGB Variations
Color information
#670C17 (or 0x670C17) is known color: Pohutukawa. HEX triplet: 67, 0C and 17. RGB value is (103,12,23). Sum of RGB (Red+Green+Blue) = 103+12+23=138 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.64% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 103 - color contains mainly: red. Hex color #670C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670C17 is #98F3E8. Grayscale: #282828. Windows color (decimal): -10023913 or 1510503. OLE color: 1510503.
HSL color Cylindrical-coordinate representation of color #670C17: hue angle of 352.75º 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 #670C17 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 12 | 23 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.60 |
| HSL | 352.75º | 0.79% | 0.23% | - |
| HSV(B) | 352.75º | 0.88% | 0.4% | - |
| XYZ | 5.88 | 3.21 | 1.12 | - |
| YUV | 40.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 12 | 23 | 0 | 0.88 | 0.78 | 0.60 | 352.75 | 0.79 | 0.23 |
| Hex | 67 | C | 17 | 0 | 58 | 4E | 3C | 161 | 4F | 17 |
| Octal | 147 | 14 | 27 | 0 | 130 | 116 | 74 | 541 | 117 | 27 |
| Binary | 1100111 | 1100 | 10111 | 0 | 1011000 | 1001110 | 111100 | 101100001 | 1001111 | 10111 |
Color Harmonies of #670C17
Complementary color
Monochromatic Colors of #670C17
Black with #670C17
Text Example
Text Example
White with #670C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670C17; }
p { color: rgb(103,12,23); }
H1.HeaderClassName
{
color: #670C17;
}
.AnyTagClassName
{
color: #670C17;
}
</style>
background-color css
<style>
a { background-color: #670C17; }
a { background-color: rgb(103,12,23); }
div.DivClassName
{
background-color: #670C17;
}
.BgClassName
{
background-color: #670C17;
}
</style>
border-color css
<style>
span { border-color: #670C17; }
span { border-color: rgb(103,12,23); }
td.TdClassName
{
border-color: #670C17;
}
.TagClassName
{
border-color: #670C17;
}
</style>