Shades of Pohutukawa #650D23
Tints of Pohutukawa #650D23
RGB
CMYK
RGB Variations
Color information
#650D23 (or 0x650D23) is known color: Pohutukawa. HEX triplet: 65, 0D and 23. RGB value is (101,13,35). Sum of RGB (Red+Green+Blue) = 101+13+35=149 (19% of max value = 765). Red value is 101 (39.84% from 255 or 67.79% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 101 - color contains mainly: red. Hex color #650D23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650D23 is #9AF2DC. Grayscale: #292929. Windows color (decimal): -10154717 or 2297189. OLE color: 2297189.
HSL color Cylindrical-coordinate representation of color #650D23: hue angle of 345º 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 #650D23 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 13 | 35 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.60 |
| HSL | 345º | 0.77% | 0.22% | - |
| HSV(B) | 345º | 0.87% | 0.4% | - |
| XYZ | 5.81 | 3.18 | 1.9 | - |
| YUV | 41.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 13 | 35 | 0 | 0.87 | 0.65 | 0.60 | 345 | 0.77 | 0.22 |
| Hex | 65 | D | 23 | 0 | 57 | 41 | 3C | 159 | 4D | 16 |
| Octal | 145 | 15 | 43 | 0 | 127 | 101 | 74 | 531 | 115 | 26 |
| Binary | 1100101 | 1101 | 100011 | 0 | 1010111 | 1000001 | 111100 | 101011001 | 1001101 | 10110 |
Color Harmonies of #650D23
Complementary color
Monochromatic Colors of #650D23
Black with #650D23
Text Example
Text Example
White with #650D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650D23; }
p { color: rgb(101,13,35); }
H1.HeaderClassName
{
color: #650D23;
}
.AnyTagClassName
{
color: #650D23;
}
</style>
background-color css
<style>
a { background-color: #650D23; }
a { background-color: rgb(101,13,35); }
div.DivClassName
{
background-color: #650D23;
}
.BgClassName
{
background-color: #650D23;
}
</style>
border-color css
<style>
span { border-color: #650D23; }
span { border-color: rgb(101,13,35); }
td.TdClassName
{
border-color: #650D23;
}
.TagClassName
{
border-color: #650D23;
}
</style>