Shades of Pohutukawa #650723
Tints of Pohutukawa #650723
RGB
CMYK
RGB Variations
Color information
#650723 (or 0x650723) is known color: Pohutukawa. HEX triplet: 65, 07 and 23. RGB value is (101,7,35). Sum of RGB (Red+Green+Blue) = 101+7+35=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #650723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650723 is #9AF8DC. Grayscale: #262626. Windows color (decimal): -10156253 or 2295653. OLE color: 2295653.
HSL color Cylindrical-coordinate representation of color #650723: hue angle of 342.13º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650723 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 7 | 35 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.60 |
| HSL | 342.13º | 0.87% | 0.21% | - |
| HSV(B) | 342.13º | 0.93% | 0.4% | - |
| XYZ | 5.75 | 3.04 | 1.87 | - |
| YUV | 38.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 35 | 0 | 0.93 | 0.65 | 0.60 | 342.13 | 0.87 | 0.21 |
| Hex | 65 | 7 | 23 | 0 | 5D | 41 | 3C | 156 | 57 | 15 |
| Octal | 145 | 7 | 43 | 0 | 135 | 101 | 74 | 526 | 127 | 25 |
| Binary | 1100101 | 111 | 100011 | 0 | 1011101 | 1000001 | 111100 | 101010110 | 1010111 | 10101 |
Color Harmonies of #650723
Complementary color
Monochromatic Colors of #650723
Black with #650723
Text Example
Text Example
White with #650723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650723; }
p { color: rgb(101,7,35); }
H1.HeaderClassName
{
color: #650723;
}
.AnyTagClassName
{
color: #650723;
}
</style>
background-color css
<style>
a { background-color: #650723; }
a { background-color: rgb(101,7,35); }
div.DivClassName
{
background-color: #650723;
}
.BgClassName
{
background-color: #650723;
}
</style>
border-color css
<style>
span { border-color: #650723; }
span { border-color: rgb(101,7,35); }
td.TdClassName
{
border-color: #650723;
}
.TagClassName
{
border-color: #650723;
}
</style>