Shades of Pohutukawa #640B1B
Tints of Pohutukawa #640B1B
RGB
CMYK
RGB Variations
Color information
#640B1B (or 0x640B1B) is known color: Pohutukawa. HEX triplet: 64, 0B and 1B. RGB value is (100,11,27). Sum of RGB (Red+Green+Blue) = 100+11+27=138 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.46% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 100 - color contains mainly: red. Hex color #640B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #640B1B is #9BF4E4. Grayscale: #272727. Windows color (decimal): -10220773 or 1772388. OLE color: 1772388.
HSL color Cylindrical-coordinate representation of color #640B1B: hue angle of 349.21º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640B1B is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 11 | 27 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.61 |
| HSL | 349.21º | 0.8% | 0.22% | - |
| HSV(B) | 349.21º | 0.89% | 0.39% | - |
| XYZ | 5.57 | 3.03 | 1.33 | - |
| YUV | 39.44 | 120.99 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 27 | 0 | 0.89 | 0.73 | 0.61 | 349.21 | 0.8 | 0.22 |
| Hex | 64 | B | 1B | 0 | 59 | 49 | 3D | 15D | 50 | 16 |
| Octal | 144 | 13 | 33 | 0 | 131 | 111 | 75 | 535 | 120 | 26 |
| Binary | 1100100 | 1011 | 11011 | 0 | 1011001 | 1001001 | 111101 | 101011101 | 1010000 | 10110 |
Color Harmonies of #640B1B
Complementary color
Monochromatic Colors of #640B1B
Black with #640B1B
Text Example
Text Example
White with #640B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B1B; }
p { color: rgb(100,11,27); }
H1.HeaderClassName
{
color: #640B1B;
}
.AnyTagClassName
{
color: #640B1B;
}
</style>
background-color css
<style>
a { background-color: #640B1B; }
a { background-color: rgb(100,11,27); }
div.DivClassName
{
background-color: #640B1B;
}
.BgClassName
{
background-color: #640B1B;
}
</style>
border-color css
<style>
span { border-color: #640B1B; }
span { border-color: rgb(100,11,27); }
td.TdClassName
{
border-color: #640B1B;
}
.TagClassName
{
border-color: #640B1B;
}
</style>