Shades of Pohutukawa #671C29
Tints of Pohutukawa #671C29
RGB
CMYK
RGB Variations
Color information
#671C29 (or 0x671C29) is known color: Pohutukawa. HEX triplet: 67, 1C and 29. RGB value is (103,28,41). Sum of RGB (Red+Green+Blue) = 103+28+41=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 41 (16.41% from 255 or 23.84% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #671C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671C29 is #98E3D6. Grayscale: #333333. Windows color (decimal): -10019799 or 2694247. OLE color: 2694247.
HSL color Cylindrical-coordinate representation of color #671C29: hue angle of 349.6º 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 #671C29 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 28 | 41 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.60 |
| HSL | 349.6º | 0.57% | 0.26% | - |
| HSV(B) | 349.6º | 0.73% | 0.4% | - |
| XYZ | 6.41 | 3.87 | 2.51 | - |
| YUV | 51.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 41 | 0 | 0.73 | 0.60 | 0.60 | 349.6 | 0.57 | 0.26 |
| Hex | 67 | 1C | 29 | 0 | 49 | 3C | 3C | 15E | 39 | 1A |
| Octal | 147 | 34 | 51 | 0 | 111 | 74 | 74 | 536 | 71 | 32 |
| Binary | 1100111 | 11100 | 101001 | 0 | 1001001 | 111100 | 111100 | 101011110 | 111001 | 11010 |
Color Harmonies of #671C29
Complementary color
Monochromatic Colors of #671C29
Black with #671C29
Text Example
Text Example
White with #671C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671C29; }
p { color: rgb(103,28,41); }
H1.HeaderClassName
{
color: #671C29;
}
.AnyTagClassName
{
color: #671C29;
}
</style>
background-color css
<style>
a { background-color: #671C29; }
a { background-color: rgb(103,28,41); }
div.DivClassName
{
background-color: #671C29;
}
.BgClassName
{
background-color: #671C29;
}
</style>
border-color css
<style>
span { border-color: #671C29; }
span { border-color: rgb(103,28,41); }
td.TdClassName
{
border-color: #671C29;
}
.TagClassName
{
border-color: #671C29;
}
</style>