Shades of Pohutukawa #641D20
Tints of Pohutukawa #641D20
RGB
CMYK
RGB Variations
Color information
#641D20 (or 0x641D20) is known color: Pohutukawa. HEX triplet: 64, 1D and 20. RGB value is (100,29,32). Sum of RGB (Red+Green+Blue) = 100+29+32=161 (21% of max value = 765). Red value is 100 (39.45% from 255 or 62.11% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 100 - color contains mainly: red. Hex color #641D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D20 is #9BE2DF. Grayscale: #323232. Windows color (decimal): -10216160 or 2104676. OLE color: 2104676.
HSL color Cylindrical-coordinate representation of color #641D20: hue angle of 357.46º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D20 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 29 | 32 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.61 |
| HSL | 357.46º | 0.55% | 0.25% | - |
| HSV(B) | 357.46º | 0.71% | 0.39% | - |
| XYZ | 5.96 | 3.69 | 1.77 | - |
| YUV | 50.57 | 117.52 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 32 | 0 | 0.71 | 0.68 | 0.61 | 357.46 | 0.55 | 0.25 |
| Hex | 64 | 1D | 20 | 0 | 47 | 44 | 3D | 165 | 37 | 19 |
| Octal | 144 | 35 | 40 | 0 | 107 | 104 | 75 | 545 | 67 | 31 |
| Binary | 1100100 | 11101 | 100000 | 0 | 1000111 | 1000100 | 111101 | 101100101 | 110111 | 11001 |
Color Harmonies of #641D20
Complementary color
Monochromatic Colors of #641D20
Black with #641D20
Text Example
Text Example
White with #641D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641D20; }
p { color: rgb(100,29,32); }
H1.HeaderClassName
{
color: #641D20;
}
.AnyTagClassName
{
color: #641D20;
}
</style>
background-color css
<style>
a { background-color: #641D20; }
a { background-color: rgb(100,29,32); }
div.DivClassName
{
background-color: #641D20;
}
.BgClassName
{
background-color: #641D20;
}
</style>
border-color css
<style>
span { border-color: #641D20; }
span { border-color: rgb(100,29,32); }
td.TdClassName
{
border-color: #641D20;
}
.TagClassName
{
border-color: #641D20;
}
</style>