Shades of Pohutukawa #65070F
Tints of Pohutukawa #65070F
RGB
CMYK
RGB Variations
Color information
#65070F (or 0x65070F) is known color: Pohutukawa. HEX triplet: 65, 07 and 0F. RGB value is (101,7,15). Sum of RGB (Red+Green+Blue) = 101+7+15=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 7 (3.12% from 255 or 5.69% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #65070F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65070F is #9AF8F0. Grayscale: #242424. Windows color (decimal): -10156273 or 984933. OLE color: 984933.
HSL color Cylindrical-coordinate representation of color #65070F: hue angle of 354.89º 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 #65070F is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 15 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.60 |
| HSL | 354.89º | 0.87% | 0.21% | - |
| HSV(B) | 354.89º | 0.93% | 0.4% | - |
| XYZ | 5.53 | 2.95 | 0.73 | - |
| YUV | 36.02 | 116.14 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 15 | 0 | 0.93 | 0.85 | 0.60 | 354.89 | 0.87 | 0.21 |
| Hex | 65 | 7 | F | 0 | 5D | 55 | 3C | 163 | 57 | 15 |
| Octal | 145 | 7 | 17 | 0 | 135 | 125 | 74 | 543 | 127 | 25 |
| Binary | 1100101 | 111 | 1111 | 0 | 1011101 | 1010101 | 111100 | 101100011 | 1010111 | 10101 |
Color Harmonies of #65070F
Complementary color
Monochromatic Colors of #65070F
Black with #65070F
Text Example
Text Example
White with #65070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65070F; }
p { color: rgb(101,7,15); }
H1.HeaderClassName
{
color: #65070F;
}
.AnyTagClassName
{
color: #65070F;
}
</style>
background-color css
<style>
a { background-color: #65070F; }
a { background-color: rgb(101,7,15); }
div.DivClassName
{
background-color: #65070F;
}
.BgClassName
{
background-color: #65070F;
}
</style>
border-color css
<style>
span { border-color: #65070F; }
span { border-color: rgb(101,7,15); }
td.TdClassName
{
border-color: #65070F;
}
.TagClassName
{
border-color: #65070F;
}
</style>