Shades of Pohutukawa #650F1E
Tints of Pohutukawa #650F1E
RGB
CMYK
RGB Variations
Color information
#650F1E (or 0x650F1E) is known color: Pohutukawa. HEX triplet: 65, 0F and 1E. RGB value is (101,15,30). Sum of RGB (Red+Green+Blue) = 101+15+30=146 (19% of max value = 765). Red value is 101 (39.84% from 255 or 69.18% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 101 - color contains mainly: red. Hex color #650F1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F1E is #9AF0E1. Grayscale: #2A2A2A. Windows color (decimal): -10154210 or 1970021. OLE color: 1970021.
HSL color Cylindrical-coordinate representation of color #650F1E: hue angle of 349.53º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #650F1E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 30 | - |
| CMYK | 0 | 0.85 | 0.70 | 0.60 |
| HSL | 349.53º | 0.74% | 0.23% | - |
| HSV(B) | 349.53º | 0.85% | 0.4% | - |
| XYZ | 5.77 | 3.2 | 1.54 | - |
| YUV | 42.42 | 120.99 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 30 | 0 | 0.85 | 0.70 | 0.60 | 349.53 | 0.74 | 0.23 |
| Hex | 65 | F | 1E | 0 | 55 | 46 | 3C | 15E | 4A | 17 |
| Octal | 145 | 17 | 36 | 0 | 125 | 106 | 74 | 536 | 112 | 27 |
| Binary | 1100101 | 1111 | 11110 | 0 | 1010101 | 1000110 | 111100 | 101011110 | 1001010 | 10111 |
Color Harmonies of #650F1E
Complementary color
Monochromatic Colors of #650F1E
Black with #650F1E
Text Example
Text Example
White with #650F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F1E; }
p { color: rgb(101,15,30); }
H1.HeaderClassName
{
color: #650F1E;
}
.AnyTagClassName
{
color: #650F1E;
}
</style>
background-color css
<style>
a { background-color: #650F1E; }
a { background-color: rgb(101,15,30); }
div.DivClassName
{
background-color: #650F1E;
}
.BgClassName
{
background-color: #650F1E;
}
</style>
border-color css
<style>
span { border-color: #650F1E; }
span { border-color: rgb(101,15,30); }
td.TdClassName
{
border-color: #650F1E;
}
.TagClassName
{
border-color: #650F1E;
}
</style>