Shades of Pohutukawa #650A1A
Tints of Pohutukawa #650A1A
RGB
CMYK
RGB Variations
Color information
#650A1A (or 0x650A1A) is known color: Pohutukawa. HEX triplet: 65, 0A and 1A. RGB value is (101,10,26). Sum of RGB (Red+Green+Blue) = 101+10+26=137 (18% of max value = 765). Red value is 101 (39.84% from 255 or 73.72% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 101 - color contains mainly: red. Hex color #650A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650A1A is #9AF5E5. Grayscale: #272727. Windows color (decimal): -10155494 or 1706597. OLE color: 1706597.
HSL color Cylindrical-coordinate representation of color #650A1A: hue angle of 349.45º 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 #650A1A is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 10 | 26 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.60 |
| HSL | 349.45º | 0.82% | 0.22% | - |
| HSV(B) | 349.45º | 0.9% | 0.4% | - |
| XYZ | 5.66 | 3.06 | 1.27 | - |
| YUV | 39.03 | 120.65 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 10 | 26 | 0 | 0.90 | 0.74 | 0.60 | 349.45 | 0.82 | 0.22 |
| Hex | 65 | A | 1A | 0 | 5A | 4A | 3C | 15D | 52 | 16 |
| Octal | 145 | 12 | 32 | 0 | 132 | 112 | 74 | 535 | 122 | 26 |
| Binary | 1100101 | 1010 | 11010 | 0 | 1011010 | 1001010 | 111100 | 101011101 | 1010010 | 10110 |
Color Harmonies of #650A1A
Complementary color
Monochromatic Colors of #650A1A
Black with #650A1A
Text Example
Text Example
White with #650A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650A1A; }
p { color: rgb(101,10,26); }
H1.HeaderClassName
{
color: #650A1A;
}
.AnyTagClassName
{
color: #650A1A;
}
</style>
background-color css
<style>
a { background-color: #650A1A; }
a { background-color: rgb(101,10,26); }
div.DivClassName
{
background-color: #650A1A;
}
.BgClassName
{
background-color: #650A1A;
}
</style>
border-color css
<style>
span { border-color: #650A1A; }
span { border-color: rgb(101,10,26); }
td.TdClassName
{
border-color: #650A1A;
}
.TagClassName
{
border-color: #650A1A;
}
</style>