Shades of Pohutukawa #64181A
Tints of Pohutukawa #64181A
RGB
CMYK
RGB Variations
Color information
#64181A (or 0x64181A) is known color: Pohutukawa. HEX triplet: 64, 18 and 1A. RGB value is (100,24,26). Sum of RGB (Red+Green+Blue) = 100+24+26=150 (19% of max value = 765). Red value is 100 (39.45% from 255 or 66.67% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 100 - color contains mainly: red. Hex color #64181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64181A is #9BE7E5. Grayscale: #2F2F2F. Windows color (decimal): -10217446 or 1710180. OLE color: 1710180.
HSL color Cylindrical-coordinate representation of color #64181A: hue angle of 358.42º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64181A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 24 | 26 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.61 |
| HSL | 358.42º | 0.61% | 0.24% | - |
| HSV(B) | 358.42º | 0.76% | 0.39% | - |
| XYZ | 5.77 | 3.44 | 1.34 | - |
| YUV | 46.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 26 | 0 | 0.76 | 0.74 | 0.61 | 358.42 | 0.61 | 0.24 |
| Hex | 64 | 18 | 1A | 0 | 4C | 4A | 3D | 166 | 3D | 18 |
| Octal | 144 | 30 | 32 | 0 | 114 | 112 | 75 | 546 | 75 | 30 |
| Binary | 1100100 | 11000 | 11010 | 0 | 1001100 | 1001010 | 111101 | 101100110 | 111101 | 11000 |
Color Harmonies of #64181A
Complementary color
Monochromatic Colors of #64181A
Black with #64181A
Text Example
Text Example
White with #64181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64181A; }
p { color: rgb(100,24,26); }
H1.HeaderClassName
{
color: #64181A;
}
.AnyTagClassName
{
color: #64181A;
}
</style>
background-color css
<style>
a { background-color: #64181A; }
a { background-color: rgb(100,24,26); }
div.DivClassName
{
background-color: #64181A;
}
.BgClassName
{
background-color: #64181A;
}
</style>
border-color css
<style>
span { border-color: #64181A; }
span { border-color: rgb(100,24,26); }
td.TdClassName
{
border-color: #64181A;
}
.TagClassName
{
border-color: #64181A;
}
</style>