Shades of Pohutukawa #67070F
Tints of Pohutukawa #67070F
RGB
CMYK
RGB Variations
Color information
#67070F (or 0x67070F) is known color: Pohutukawa. HEX triplet: 67, 07 and 0F. RGB value is (103,7,15). Sum of RGB (Red+Green+Blue) = 103+7+15=125 (16% of max value = 765). Red value is 103 (40.62% from 255 or 82.4% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 15 (6.25% from 255 or 12% from 125); Max value from RGB is 103 - color contains mainly: red. Hex color #67070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67070F is #98F8F0. Grayscale: #242424. Windows color (decimal): -10025201 or 984935. OLE color: 984935.
HSL color Cylindrical-coordinate representation of color #67070F: hue angle of 355º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67070F is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 7 | 15 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.60 |
| HSL | 355º | 0.87% | 0.22% | - |
| HSV(B) | 355º | 0.93% | 0.4% | - |
| XYZ | 5.76 | 3.07 | 0.74 | - |
| YUV | 36.62 | 115.8 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 15 | 0 | 0.93 | 0.85 | 0.60 | 355 | 0.87 | 0.22 |
| Hex | 67 | 7 | F | 0 | 5D | 55 | 3C | 163 | 57 | 16 |
| Octal | 147 | 7 | 17 | 0 | 135 | 125 | 74 | 543 | 127 | 26 |
| Binary | 1100111 | 111 | 1111 | 0 | 1011101 | 1010101 | 111100 | 101100011 | 1010111 | 10110 |
Color Harmonies of #67070F
Complementary color
Monochromatic Colors of #67070F
Black with #67070F
Text Example
Text Example
White with #67070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67070F; }
p { color: rgb(103,7,15); }
H1.HeaderClassName
{
color: #67070F;
}
.AnyTagClassName
{
color: #67070F;
}
</style>
background-color css
<style>
a { background-color: #67070F; }
a { background-color: rgb(103,7,15); }
div.DivClassName
{
background-color: #67070F;
}
.BgClassName
{
background-color: #67070F;
}
</style>
border-color css
<style>
span { border-color: #67070F; }
span { border-color: rgb(103,7,15); }
td.TdClassName
{
border-color: #67070F;
}
.TagClassName
{
border-color: #67070F;
}
</style>