Shades of Pohutukawa #650F2D
Tints of Pohutukawa #650F2D
RGB
CMYK
RGB Variations
Color information
#650F2D (or 0x650F2D) is known color: Pohutukawa. HEX triplet: 65, 0F and 2D. RGB value is (101,15,45). Sum of RGB (Red+Green+Blue) = 101+15+45=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #650F2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F2D is #9AF0D2. Grayscale: #2C2C2C. Windows color (decimal): -10154195 or 2953061. OLE color: 2953061.
HSL color Cylindrical-coordinate representation of color #650F2D: hue angle of 339.07º 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 #650F2D is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 45 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.60 |
| HSL | 339.07º | 0.74% | 0.23% | - |
| HSV(B) | 339.07º | 0.85% | 0.4% | - |
| XYZ | 6.01 | 3.3 | 2.8 | - |
| YUV | 44.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 45 | 0 | 0.85 | 0.55 | 0.60 | 339.07 | 0.74 | 0.23 |
| Hex | 65 | F | 2D | 0 | 55 | 37 | 3C | 153 | 4A | 17 |
| Octal | 145 | 17 | 55 | 0 | 125 | 67 | 74 | 523 | 112 | 27 |
| Binary | 1100101 | 1111 | 101101 | 0 | 1010101 | 110111 | 111100 | 101010011 | 1001010 | 10111 |
Color Harmonies of #650F2D
Complementary color
Monochromatic Colors of #650F2D
Black with #650F2D
Text Example
Text Example
White with #650F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F2D; }
p { color: rgb(101,15,45); }
H1.HeaderClassName
{
color: #650F2D;
}
.AnyTagClassName
{
color: #650F2D;
}
</style>
background-color css
<style>
a { background-color: #650F2D; }
a { background-color: rgb(101,15,45); }
div.DivClassName
{
background-color: #650F2D;
}
.BgClassName
{
background-color: #650F2D;
}
</style>
border-color css
<style>
span { border-color: #650F2D; }
span { border-color: rgb(101,15,45); }
td.TdClassName
{
border-color: #650F2D;
}
.TagClassName
{
border-color: #650F2D;
}
</style>