Shades of Pohutukawa #650F1C
Tints of Pohutukawa #650F1C
RGB
CMYK
RGB Variations
Color information
#650F1C (or 0x650F1C) is known color: Pohutukawa. HEX triplet: 65, 0F and 1C. RGB value is (101,15,28). Sum of RGB (Red+Green+Blue) = 101+15+28=144 (19% of max value = 765). Red value is 101 (39.84% from 255 or 70.14% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 101 - color contains mainly: red. Hex color #650F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #650F1C is #9AF0E3. Grayscale: #2A2A2A. Windows color (decimal): -10154212 or 1838949. OLE color: 1838949.
HSL color Cylindrical-coordinate representation of color #650F1C: hue angle of 350.93º 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 #650F1C is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 15 | 28 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.60 |
| HSL | 350.93º | 0.74% | 0.23% | - |
| HSV(B) | 350.93º | 0.85% | 0.4% | - |
| XYZ | 5.75 | 3.19 | 1.41 | - |
| YUV | 42.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 28 | 0 | 0.85 | 0.72 | 0.60 | 350.93 | 0.74 | 0.23 |
| Hex | 65 | F | 1C | 0 | 55 | 48 | 3C | 15F | 4A | 17 |
| Octal | 145 | 17 | 34 | 0 | 125 | 110 | 74 | 537 | 112 | 27 |
| Binary | 1100101 | 1111 | 11100 | 0 | 1010101 | 1001000 | 111100 | 101011111 | 1001010 | 10111 |
Color Harmonies of #650F1C
Complementary color
Monochromatic Colors of #650F1C
Black with #650F1C
Text Example
Text Example
White with #650F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650F1C; }
p { color: rgb(101,15,28); }
H1.HeaderClassName
{
color: #650F1C;
}
.AnyTagClassName
{
color: #650F1C;
}
</style>
background-color css
<style>
a { background-color: #650F1C; }
a { background-color: rgb(101,15,28); }
div.DivClassName
{
background-color: #650F1C;
}
.BgClassName
{
background-color: #650F1C;
}
</style>
border-color css
<style>
span { border-color: #650F1C; }
span { border-color: rgb(101,15,28); }
td.TdClassName
{
border-color: #650F1C;
}
.TagClassName
{
border-color: #650F1C;
}
</style>