Shades of Pohutukawa #651023
Tints of Pohutukawa #651023
RGB
CMYK
RGB Variations
Color information
#651023 (or 0x651023) is known color: Pohutukawa. HEX triplet: 65, 10 and 23. RGB value is (101,16,35). Sum of RGB (Red+Green+Blue) = 101+16+35=152 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.45% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 101 - color contains mainly: red. Hex color #651023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651023 is #9AEFDC. Grayscale: #2B2B2B. Windows color (decimal): -10153949 or 2297957. OLE color: 2297957.
HSL color Cylindrical-coordinate representation of color #651023: hue angle of 346.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651023 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 16 | 35 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.60 |
| HSL | 346.59º | 0.73% | 0.23% | - |
| HSV(B) | 346.59º | 0.84% | 0.4% | - |
| XYZ | 5.86 | 3.26 | 1.91 | - |
| YUV | 43.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 35 | 0 | 0.84 | 0.65 | 0.60 | 346.59 | 0.73 | 0.23 |
| Hex | 65 | 10 | 23 | 0 | 54 | 41 | 3C | 15B | 49 | 17 |
| Octal | 145 | 20 | 43 | 0 | 124 | 101 | 74 | 533 | 111 | 27 |
| Binary | 1100101 | 10000 | 100011 | 0 | 1010100 | 1000001 | 111100 | 101011011 | 1001001 | 10111 |
Color Harmonies of #651023
Complementary color
Monochromatic Colors of #651023
Black with #651023
Text Example
Text Example
White with #651023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651023; }
p { color: rgb(101,16,35); }
H1.HeaderClassName
{
color: #651023;
}
.AnyTagClassName
{
color: #651023;
}
</style>
background-color css
<style>
a { background-color: #651023; }
a { background-color: rgb(101,16,35); }
div.DivClassName
{
background-color: #651023;
}
.BgClassName
{
background-color: #651023;
}
</style>
border-color css
<style>
span { border-color: #651023; }
span { border-color: rgb(101,16,35); }
td.TdClassName
{
border-color: #651023;
}
.TagClassName
{
border-color: #651023;
}
</style>