Shades of Pohutukawa #671C21
Tints of Pohutukawa #671C21
RGB
CMYK
RGB Variations
Color information
#671C21 (or 0x671C21) is known color: Pohutukawa. HEX triplet: 67, 1C and 21. RGB value is (103,28,33). Sum of RGB (Red+Green+Blue) = 103+28+33=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #671C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C21 is #98E3DE. Grayscale: #333333. Windows color (decimal): -10019807 or 2169959. OLE color: 2169959.
HSL color Cylindrical-coordinate representation of color #671C21: hue angle of 356º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #671C21 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 33 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.60 |
| HSL | 356º | 0.57% | 0.26% | - |
| HSV(B) | 356º | 0.73% | 0.4% | - |
| XYZ | 6.28 | 3.82 | 1.85 | - |
| YUV | 51 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 33 | 0 | 0.73 | 0.68 | 0.60 | 356 | 0.57 | 0.26 |
| Hex | 67 | 1C | 21 | 0 | 49 | 44 | 3C | 164 | 39 | 1A |
| Octal | 147 | 34 | 41 | 0 | 111 | 104 | 74 | 544 | 71 | 32 |
| Binary | 1100111 | 11100 | 100001 | 0 | 1001001 | 1000100 | 111100 | 101100100 | 111001 | 11010 |
Color Harmonies of #671C21
Complementary color
Monochromatic Colors of #671C21
Black with #671C21
Text Example
Text Example
White with #671C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C21; }
p { color: rgb(103,28,33); }
H1.HeaderClassName
{
color: #671C21;
}
.AnyTagClassName
{
color: #671C21;
}
</style>
background-color css
<style>
a { background-color: #671C21; }
a { background-color: rgb(103,28,33); }
div.DivClassName
{
background-color: #671C21;
}
.BgClassName
{
background-color: #671C21;
}
</style>
border-color css
<style>
span { border-color: #671C21; }
span { border-color: rgb(103,28,33); }
td.TdClassName
{
border-color: #671C21;
}
.TagClassName
{
border-color: #671C21;
}
</style>