Shades of Pohutukawa #671F21
Tints of Pohutukawa #671F21
RGB
CMYK
RGB Variations
Color information
#671F21 (or 0x671F21) is known color: Pohutukawa. HEX triplet: 67, 1F and 21. RGB value is (103,31,33). Sum of RGB (Red+Green+Blue) = 103+31+33=167 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.68% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 103 - color contains mainly: red. Hex color #671F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F21 is #98E0DE. Grayscale: #343434. Windows color (decimal): -10019039 or 2170727. OLE color: 2170727.
HSL color Cylindrical-coordinate representation of color #671F21: hue angle of 358.33º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #671F21 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 33 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.60 |
| HSL | 358.33º | 0.54% | 0.26% | - |
| HSV(B) | 358.33º | 0.7% | 0.4% | - |
| XYZ | 6.36 | 3.97 | 1.87 | - |
| YUV | 52.76 | 116.85 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 33 | 0 | 0.70 | 0.68 | 0.60 | 358.33 | 0.54 | 0.26 |
| Hex | 67 | 1F | 21 | 0 | 46 | 44 | 3C | 166 | 36 | 1A |
| Octal | 147 | 37 | 41 | 0 | 106 | 104 | 74 | 546 | 66 | 32 |
| Binary | 1100111 | 11111 | 100001 | 0 | 1000110 | 1000100 | 111100 | 101100110 | 110110 | 11010 |
Color Harmonies of #671F21
Complementary color
Monochromatic Colors of #671F21
Black with #671F21
Text Example
Text Example
White with #671F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F21; }
p { color: rgb(103,31,33); }
H1.HeaderClassName
{
color: #671F21;
}
.AnyTagClassName
{
color: #671F21;
}
</style>
background-color css
<style>
a { background-color: #671F21; }
a { background-color: rgb(103,31,33); }
div.DivClassName
{
background-color: #671F21;
}
.BgClassName
{
background-color: #671F21;
}
</style>
border-color css
<style>
span { border-color: #671F21; }
span { border-color: rgb(103,31,33); }
td.TdClassName
{
border-color: #671F21;
}
.TagClassName
{
border-color: #671F21;
}
</style>