Shades of Pohutukawa #64222A
Tints of Pohutukawa #64222A
RGB
CMYK
RGB Variations
Color information
#64222A (or 0x64222A) is known color: Pohutukawa. HEX triplet: 64, 22 and 2A. RGB value is (100,34,42). Sum of RGB (Red+Green+Blue) = 100+34+42=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64222A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64222A is #9BDDD5. Grayscale: #363636. Windows color (decimal): -10214870 or 2761316. OLE color: 2761316.
HSL color Cylindrical-coordinate representation of color #64222A: hue angle of 352.73º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64222A is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 34 | 42 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.61 |
| HSL | 352.73º | 0.49% | 0.26% | - |
| HSV(B) | 352.73º | 0.66% | 0.39% | - |
| XYZ | 6.25 | 4.02 | 2.64 | - |
| YUV | 54.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 42 | 0 | 0.66 | 0.58 | 0.61 | 352.73 | 0.49 | 0.26 |
| Hex | 64 | 22 | 2A | 0 | 42 | 3A | 3D | 161 | 31 | 1A |
| Octal | 144 | 42 | 52 | 0 | 102 | 72 | 75 | 541 | 61 | 32 |
| Binary | 1100100 | 100010 | 101010 | 0 | 1000010 | 111010 | 111101 | 101100001 | 110001 | 11010 |
Color Harmonies of #64222A
Complementary color
Monochromatic Colors of #64222A
Black with #64222A
Text Example
Text Example
White with #64222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64222A; }
p { color: rgb(100,34,42); }
H1.HeaderClassName
{
color: #64222A;
}
.AnyTagClassName
{
color: #64222A;
}
</style>
background-color css
<style>
a { background-color: #64222A; }
a { background-color: rgb(100,34,42); }
div.DivClassName
{
background-color: #64222A;
}
.BgClassName
{
background-color: #64222A;
}
</style>
border-color css
<style>
span { border-color: #64222A; }
span { border-color: rgb(100,34,42); }
td.TdClassName
{
border-color: #64222A;
}
.TagClassName
{
border-color: #64222A;
}
</style>