Shades of Pohutukawa #651123
Tints of Pohutukawa #651123
RGB
CMYK
RGB Variations
Color information
#651123 (or 0x651123) is known color: Pohutukawa. HEX triplet: 65, 11 and 23. RGB value is (101,17,35). Sum of RGB (Red+Green+Blue) = 101+17+35=153 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.01% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 101 - color contains mainly: red. Hex color #651123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651123 is #9AEEDC. Grayscale: #2C2C2C. Windows color (decimal): -10153693 or 2298213. OLE color: 2298213.
HSL color Cylindrical-coordinate representation of color #651123: hue angle of 347.14º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651123 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 17 | 35 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.60 |
| HSL | 347.14º | 0.71% | 0.23% | - |
| HSV(B) | 347.14º | 0.83% | 0.4% | - |
| XYZ | 5.87 | 3.29 | 1.92 | - |
| YUV | 44.17 | 122.83 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 35 | 0 | 0.83 | 0.65 | 0.60 | 347.14 | 0.71 | 0.23 |
| Hex | 65 | 11 | 23 | 0 | 53 | 41 | 3C | 15B | 47 | 17 |
| Octal | 145 | 21 | 43 | 0 | 123 | 101 | 74 | 533 | 107 | 27 |
| Binary | 1100101 | 10001 | 100011 | 0 | 1010011 | 1000001 | 111100 | 101011011 | 1000111 | 10111 |
Color Harmonies of #651123
Complementary color
Monochromatic Colors of #651123
Black with #651123
Text Example
Text Example
White with #651123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651123; }
p { color: rgb(101,17,35); }
H1.HeaderClassName
{
color: #651123;
}
.AnyTagClassName
{
color: #651123;
}
</style>
background-color css
<style>
a { background-color: #651123; }
a { background-color: rgb(101,17,35); }
div.DivClassName
{
background-color: #651123;
}
.BgClassName
{
background-color: #651123;
}
</style>
border-color css
<style>
span { border-color: #651123; }
span { border-color: rgb(101,17,35); }
td.TdClassName
{
border-color: #651123;
}
.TagClassName
{
border-color: #651123;
}
</style>