Shades of Pohutukawa #650823
Tints of Pohutukawa #650823
RGB
CMYK
RGB Variations
Color information
#650823 (or 0x650823) is known color: Pohutukawa. HEX triplet: 65, 08 and 23. RGB value is (101,8,35). Sum of RGB (Red+Green+Blue) = 101+8+35=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650823 is #9AF7DC. Grayscale: #262626. Windows color (decimal): -10155997 or 2295909. OLE color: 2295909.
HSL color Cylindrical-coordinate representation of color #650823: hue angle of 342.58º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650823 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 8 | 35 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.60 |
| HSL | 342.58º | 0.85% | 0.21% | - |
| HSV(B) | 342.58º | 0.92% | 0.4% | - |
| XYZ | 5.76 | 3.06 | 1.88 | - |
| YUV | 38.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 35 | 0 | 0.92 | 0.65 | 0.60 | 342.58 | 0.85 | 0.21 |
| Hex | 65 | 8 | 23 | 0 | 5C | 41 | 3C | 157 | 55 | 15 |
| Octal | 145 | 10 | 43 | 0 | 134 | 101 | 74 | 527 | 125 | 25 |
| Binary | 1100101 | 1000 | 100011 | 0 | 1011100 | 1000001 | 111100 | 101010111 | 1010101 | 10101 |
Color Harmonies of #650823
Complementary color
Monochromatic Colors of #650823
Black with #650823
Text Example
Text Example
White with #650823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650823; }
p { color: rgb(101,8,35); }
H1.HeaderClassName
{
color: #650823;
}
.AnyTagClassName
{
color: #650823;
}
</style>
background-color css
<style>
a { background-color: #650823; }
a { background-color: rgb(101,8,35); }
div.DivClassName
{
background-color: #650823;
}
.BgClassName
{
background-color: #650823;
}
</style>
border-color css
<style>
span { border-color: #650823; }
span { border-color: rgb(101,8,35); }
td.TdClassName
{
border-color: #650823;
}
.TagClassName
{
border-color: #650823;
}
</style>