Shades of Pohutukawa #650D2C
Tints of Pohutukawa #650D2C
RGB
CMYK
RGB Variations
Color information
#650D2C (or 0x650D2C) is known color: Pohutukawa. HEX triplet: 65, 0D and 2C. RGB value is (101,13,44). Sum of RGB (Red+Green+Blue) = 101+13+44=158 (20% of max value = 765). Red value is 101 (39.84% from 255 or 63.92% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 101 - color contains mainly: red. Hex color #650D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D2C is #9AF2D3. Grayscale: #2A2A2A. Windows color (decimal): -10154708 or 2887013. OLE color: 2887013.
HSL color Cylindrical-coordinate representation of color #650D2C: hue angle of 338.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #650D2C is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 44 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.60 |
| HSL | 338.86º | 0.77% | 0.22% | - |
| HSV(B) | 338.86º | 0.87% | 0.4% | - |
| XYZ | 5.97 | 3.24 | 2.69 | - |
| YUV | 42.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 44 | 0 | 0.87 | 0.56 | 0.60 | 338.86 | 0.77 | 0.22 |
| Hex | 65 | D | 2C | 0 | 57 | 38 | 3C | 153 | 4D | 16 |
| Octal | 145 | 15 | 54 | 0 | 127 | 70 | 74 | 523 | 115 | 26 |
| Binary | 1100101 | 1101 | 101100 | 0 | 1010111 | 111000 | 111100 | 101010011 | 1001101 | 10110 |
Color Harmonies of #650D2C
Complementary color
Monochromatic Colors of #650D2C
Black with #650D2C
Text Example
Text Example
White with #650D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D2C; }
p { color: rgb(101,13,44); }
H1.HeaderClassName
{
color: #650D2C;
}
.AnyTagClassName
{
color: #650D2C;
}
</style>
background-color css
<style>
a { background-color: #650D2C; }
a { background-color: rgb(101,13,44); }
div.DivClassName
{
background-color: #650D2C;
}
.BgClassName
{
background-color: #650D2C;
}
</style>
border-color css
<style>
span { border-color: #650D2C; }
span { border-color: rgb(101,13,44); }
td.TdClassName
{
border-color: #650D2C;
}
.TagClassName
{
border-color: #650D2C;
}
</style>