Shades of Pohutukawa #65071C
Tints of Pohutukawa #65071C
RGB
CMYK
RGB Variations
Color information
#65071C (or 0x65071C) is known color: Pohutukawa. HEX triplet: 65, 07 and 1C. RGB value is (101,7,28). Sum of RGB (Red+Green+Blue) = 101+7+28=136 (18% of max value = 765). Red value is 101 (39.84% from 255 or 74.26% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 101 - color contains mainly: red. Hex color #65071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65071C is #9AF8E3. Grayscale: #252525. Windows color (decimal): -10156260 or 1836901. OLE color: 1836901.
HSL color Cylindrical-coordinate representation of color #65071C: hue angle of 346.6º 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 #65071C is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 28 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.60 |
| HSL | 346.6º | 0.87% | 0.21% | - |
| HSV(B) | 346.6º | 0.93% | 0.4% | - |
| XYZ | 5.65 | 3 | 1.38 | - |
| YUV | 37.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 28 | 0 | 0.93 | 0.72 | 0.60 | 346.6 | 0.87 | 0.21 |
| Hex | 65 | 7 | 1C | 0 | 5D | 48 | 3C | 15B | 57 | 15 |
| Octal | 145 | 7 | 34 | 0 | 135 | 110 | 74 | 533 | 127 | 25 |
| Binary | 1100101 | 111 | 11100 | 0 | 1011101 | 1001000 | 111100 | 101011011 | 1010111 | 10101 |
Color Harmonies of #65071C
Complementary color
Monochromatic Colors of #65071C
Black with #65071C
Text Example
Text Example
White with #65071C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65071C; }
p { color: rgb(101,7,28); }
H1.HeaderClassName
{
color: #65071C;
}
.AnyTagClassName
{
color: #65071C;
}
</style>
background-color css
<style>
a { background-color: #65071C; }
a { background-color: rgb(101,7,28); }
div.DivClassName
{
background-color: #65071C;
}
.BgClassName
{
background-color: #65071C;
}
</style>
border-color css
<style>
span { border-color: #65071C; }
span { border-color: rgb(101,7,28); }
td.TdClassName
{
border-color: #65071C;
}
.TagClassName
{
border-color: #65071C;
}
</style>