Shades of Pohutukawa #67071E
Tints of Pohutukawa #67071E
RGB
CMYK
RGB Variations
Color information
#67071E (or 0x67071E) is known color: Pohutukawa. HEX triplet: 67, 07 and 1E. RGB value is (103,7,30). Sum of RGB (Red+Green+Blue) = 103+7+30=140 (18% of max value = 765). Red value is 103 (40.62% from 255 or 73.57% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 103 - color contains mainly: red. Hex color #67071E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67071E is #98F8E1. Grayscale: #262626. Windows color (decimal): -10025186 or 1967975. OLE color: 1967975.
HSL color Cylindrical-coordinate representation of color #67071E: hue angle of 345.62º 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 #67071E is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 7 | 30 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.60 |
| HSL | 345.63º | 0.87% | 0.22% | - |
| HSV(B) | 345.63º | 0.93% | 0.4% | - |
| XYZ | 5.9 | 3.13 | 1.52 | - |
| YUV | 38.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 7 | 30 | 0 | 0.93 | 0.71 | 0.60 | 345.63 | 0.87 | 0.22 |
| Hex | 67 | 7 | 1E | 0 | 5D | 47 | 3C | 15A | 57 | 16 |
| Octal | 147 | 7 | 36 | 0 | 135 | 107 | 74 | 532 | 127 | 26 |
| Binary | 1100111 | 111 | 11110 | 0 | 1011101 | 1000111 | 111100 | 101011010 | 1010111 | 10110 |
Color Harmonies of #67071E
Complementary color
Monochromatic Colors of #67071E
Black with #67071E
Text Example
Text Example
White with #67071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67071E; }
p { color: rgb(103,7,30); }
H1.HeaderClassName
{
color: #67071E;
}
.AnyTagClassName
{
color: #67071E;
}
</style>
background-color css
<style>
a { background-color: #67071E; }
a { background-color: rgb(103,7,30); }
div.DivClassName
{
background-color: #67071E;
}
.BgClassName
{
background-color: #67071E;
}
</style>
border-color css
<style>
span { border-color: #67071E; }
span { border-color: rgb(103,7,30); }
td.TdClassName
{
border-color: #67071E;
}
.TagClassName
{
border-color: #67071E;
}
</style>