Shades of Pohutukawa #651F20
Tints of Pohutukawa #651F20
RGB
CMYK
RGB Variations
Color information
#651F20 (or 0x651F20) is known color: Pohutukawa. HEX triplet: 65, 1F and 20. RGB value is (101,31,32). Sum of RGB (Red+Green+Blue) = 101+31+32=164 (21% of max value = 765). Red value is 101 (39.84% from 255 or 61.59% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 101 - color contains mainly: red. Hex color #651F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #651F20 is #9AE0DF. Grayscale: #343434. Windows color (decimal): -10150112 or 2105189. OLE color: 2105189.
HSL color Cylindrical-coordinate representation of color #651F20: hue angle of 359.14º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #651F20 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 31 | 32 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.60 |
| HSL | 359.14º | 0.53% | 0.26% | - |
| HSV(B) | 359.14º | 0.69% | 0.4% | - |
| XYZ | 6.12 | 3.85 | 1.79 | - |
| YUV | 52.04 | 116.69 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 32 | 0 | 0.69 | 0.68 | 0.60 | 359.14 | 0.53 | 0.26 |
| Hex | 65 | 1F | 20 | 0 | 45 | 44 | 3C | 167 | 35 | 1A |
| Octal | 145 | 37 | 40 | 0 | 105 | 104 | 74 | 547 | 65 | 32 |
| Binary | 1100101 | 11111 | 100000 | 0 | 1000101 | 1000100 | 111100 | 101100111 | 110101 | 11010 |
Color Harmonies of #651F20
Complementary color
Monochromatic Colors of #651F20
Black with #651F20
Text Example
Text Example
White with #651F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651F20; }
p { color: rgb(101,31,32); }
H1.HeaderClassName
{
color: #651F20;
}
.AnyTagClassName
{
color: #651F20;
}
</style>
background-color css
<style>
a { background-color: #651F20; }
a { background-color: rgb(101,31,32); }
div.DivClassName
{
background-color: #651F20;
}
.BgClassName
{
background-color: #651F20;
}
</style>
border-color css
<style>
span { border-color: #651F20; }
span { border-color: rgb(101,31,32); }
td.TdClassName
{
border-color: #651F20;
}
.TagClassName
{
border-color: #651F20;
}
</style>