Shades of Pohutukawa #650A0C
Tints of Pohutukawa #650A0C
RGB
CMYK
RGB Variations
Color information
#650A0C (or 0x650A0C) is known color: Pohutukawa. HEX triplet: 65, 0A and 0C. RGB value is (101,10,12). Sum of RGB (Red+Green+Blue) = 101+10+12=123 (16% of max value = 765). Red value is 101 (39.84% from 255 or 82.11% from 123); Green value is 10 (4.30% from 255 or 8.13% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 101 - color contains mainly: red. Hex color #650A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #650A0C is #9AF5F3. Grayscale: #252525. Windows color (decimal): -10155508 or 789093. OLE color: 789093.
HSL color Cylindrical-coordinate representation of color #650A0C: hue angle of 358.68º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #650A0C is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 10 | 12 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.60 |
| HSL | 358.68º | 0.82% | 0.22% | - |
| HSV(B) | 358.68º | 0.9% | 0.4% | - |
| XYZ | 5.54 | 3.01 | 0.64 | - |
| YUV | 37.44 | 113.65 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 12 | 0 | 0.90 | 0.88 | 0.60 | 358.68 | 0.82 | 0.22 |
| Hex | 65 | A | C | 0 | 5A | 58 | 3C | 167 | 52 | 16 |
| Octal | 145 | 12 | 14 | 0 | 132 | 130 | 74 | 547 | 122 | 26 |
| Binary | 1100101 | 1010 | 1100 | 0 | 1011010 | 1011000 | 111100 | 101100111 | 1010010 | 10110 |
Color Harmonies of #650A0C
Complementary color
Monochromatic Colors of #650A0C
Black with #650A0C
Text Example
Text Example
White with #650A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A0C; }
p { color: rgb(101,10,12); }
H1.HeaderClassName
{
color: #650A0C;
}
.AnyTagClassName
{
color: #650A0C;
}
</style>
background-color css
<style>
a { background-color: #650A0C; }
a { background-color: rgb(101,10,12); }
div.DivClassName
{
background-color: #650A0C;
}
.BgClassName
{
background-color: #650A0C;
}
</style>
border-color css
<style>
span { border-color: #650A0C; }
span { border-color: rgb(101,10,12); }
td.TdClassName
{
border-color: #650A0C;
}
.TagClassName
{
border-color: #650A0C;
}
</style>