Shades of Pohutukawa #65070C
Tints of Pohutukawa #65070C
RGB
CMYK
RGB Variations
Color information
#65070C (or 0x65070C) is known color: Pohutukawa. HEX triplet: 65, 07 and 0C. RGB value is (101,7,12). Sum of RGB (Red+Green+Blue) = 101+7+12=120 (15% of max value = 765). Red value is 101 (39.84% from 255 or 84.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 101 - color contains mainly: red. Hex color #65070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65070C is #9AF8F3. Grayscale: #232323. Windows color (decimal): -10156276 or 788325. OLE color: 788325.
HSL color Cylindrical-coordinate representation of color #65070C: hue angle of 356.81º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #65070C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 12 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.60 |
| HSL | 356.81º | 0.87% | 0.21% | - |
| HSV(B) | 356.81º | 0.93% | 0.4% | - |
| XYZ | 5.51 | 2.95 | 0.63 | - |
| YUV | 35.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 12 | 0 | 0.93 | 0.88 | 0.60 | 356.81 | 0.87 | 0.21 |
| Hex | 65 | 7 | C | 0 | 5D | 58 | 3C | 165 | 57 | 15 |
| Octal | 145 | 7 | 14 | 0 | 135 | 130 | 74 | 545 | 127 | 25 |
| Binary | 1100101 | 111 | 1100 | 0 | 1011101 | 1011000 | 111100 | 101100101 | 1010111 | 10101 |
Color Harmonies of #65070C
Complementary color
Monochromatic Colors of #65070C
Black with #65070C
Text Example
Text Example
White with #65070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65070C; }
p { color: rgb(101,7,12); }
H1.HeaderClassName
{
color: #65070C;
}
.AnyTagClassName
{
color: #65070C;
}
</style>
background-color css
<style>
a { background-color: #65070C; }
a { background-color: rgb(101,7,12); }
div.DivClassName
{
background-color: #65070C;
}
.BgClassName
{
background-color: #65070C;
}
</style>
border-color css
<style>
span { border-color: #65070C; }
span { border-color: rgb(101,7,12); }
td.TdClassName
{
border-color: #65070C;
}
.TagClassName
{
border-color: #65070C;
}
</style>