Shades of Pohutukawa #64172C
Tints of Pohutukawa #64172C
RGB
CMYK
RGB Variations
Color information
#64172C (or 0x64172C) is known color: Pohutukawa. HEX triplet: 64, 17 and 2C. RGB value is (100,23,44). Sum of RGB (Red+Green+Blue) = 100+23+44=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64172C is #9BE8D3. Grayscale: #303030. Windows color (decimal): -10217684 or 2889572. OLE color: 2889572.
HSL color Cylindrical-coordinate representation of color #64172C: hue angle of 343.64º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64172C is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 23 | 44 | - |
| CMYK | 0 | 0.77 | 0.56 | 0.61 |
| HSL | 343.64º | 0.63% | 0.24% | - |
| HSV(B) | 343.64º | 0.77% | 0.39% | - |
| XYZ | 6.02 | 3.5 | 2.74 | - |
| YUV | 48.42 | 125.51 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 44 | 0 | 0.77 | 0.56 | 0.61 | 343.64 | 0.63 | 0.24 |
| Hex | 64 | 17 | 2C | 0 | 4D | 38 | 3D | 158 | 3F | 18 |
| Octal | 144 | 27 | 54 | 0 | 115 | 70 | 75 | 530 | 77 | 30 |
| Binary | 1100100 | 10111 | 101100 | 0 | 1001101 | 111000 | 111101 | 101011000 | 111111 | 11000 |
Color Harmonies of #64172C
Complementary color
Monochromatic Colors of #64172C
Black with #64172C
Text Example
Text Example
White with #64172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64172C; }
p { color: rgb(100,23,44); }
H1.HeaderClassName
{
color: #64172C;
}
.AnyTagClassName
{
color: #64172C;
}
</style>
background-color css
<style>
a { background-color: #64172C; }
a { background-color: rgb(100,23,44); }
div.DivClassName
{
background-color: #64172C;
}
.BgClassName
{
background-color: #64172C;
}
</style>
border-color css
<style>
span { border-color: #64172C; }
span { border-color: rgb(100,23,44); }
td.TdClassName
{
border-color: #64172C;
}
.TagClassName
{
border-color: #64172C;
}
</style>