Shades of Pohutukawa #65090C
Tints of Pohutukawa #65090C
RGB
CMYK
RGB Variations
Color information
#65090C (or 0x65090C) is known color: Pohutukawa. HEX triplet: 65, 09 and 0C. RGB value is (101,9,12). Sum of RGB (Red+Green+Blue) = 101+9+12=122 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.79% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 101 - color contains mainly: red. Hex color #65090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #65090C is #9AF6F3. Grayscale: #242424. Windows color (decimal): -10155764 or 788837. OLE color: 788837.
HSL color Cylindrical-coordinate representation of color #65090C: hue angle of 358.04º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65090C is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 9 | 12 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.60 |
| HSL | 358.04º | 0.84% | 0.22% | - |
| HSV(B) | 358.04º | 0.91% | 0.4% | - |
| XYZ | 5.53 | 2.99 | 0.63 | - |
| YUV | 36.85 | 113.98 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 9 | 12 | 0 | 0.91 | 0.88 | 0.60 | 358.04 | 0.84 | 0.22 |
| Hex | 65 | 9 | C | 0 | 5B | 58 | 3C | 166 | 54 | 16 |
| Octal | 145 | 11 | 14 | 0 | 133 | 130 | 74 | 546 | 124 | 26 |
| Binary | 1100101 | 1001 | 1100 | 0 | 1011011 | 1011000 | 111100 | 101100110 | 1010100 | 10110 |
Color Harmonies of #65090C
Complementary color
Monochromatic Colors of #65090C
Black with #65090C
Text Example
Text Example
White with #65090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65090C; }
p { color: rgb(101,9,12); }
H1.HeaderClassName
{
color: #65090C;
}
.AnyTagClassName
{
color: #65090C;
}
</style>
background-color css
<style>
a { background-color: #65090C; }
a { background-color: rgb(101,9,12); }
div.DivClassName
{
background-color: #65090C;
}
.BgClassName
{
background-color: #65090C;
}
</style>
border-color css
<style>
span { border-color: #65090C; }
span { border-color: rgb(101,9,12); }
td.TdClassName
{
border-color: #65090C;
}
.TagClassName
{
border-color: #65090C;
}
</style>