Shades of Pohutukawa #671F27
Tints of Pohutukawa #671F27
RGB
CMYK
RGB Variations
Color information
#671F27 (or 0x671F27) is known color: Pohutukawa. HEX triplet: 67, 1F and 27. RGB value is (103,31,39). Sum of RGB (Red+Green+Blue) = 103+31+39=173 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.54% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 103 - color contains mainly: red. Hex color #671F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671F27 is #98E0D8. Grayscale: #353535. Windows color (decimal): -10019033 or 2563943. OLE color: 2563943.
HSL color Cylindrical-coordinate representation of color #671F27: hue angle of 353.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 #671F27 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 31 | 39 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.60 |
| HSL | 353.33º | 0.54% | 0.26% | - |
| HSV(B) | 353.33º | 0.7% | 0.4% | - |
| XYZ | 6.45 | 4.01 | 2.35 | - |
| YUV | 53.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 39 | 0 | 0.70 | 0.62 | 0.60 | 353.33 | 0.54 | 0.26 |
| Hex | 67 | 1F | 27 | 0 | 46 | 3E | 3C | 161 | 36 | 1A |
| Octal | 147 | 37 | 47 | 0 | 106 | 76 | 74 | 541 | 66 | 32 |
| Binary | 1100111 | 11111 | 100111 | 0 | 1000110 | 111110 | 111100 | 101100001 | 110110 | 11010 |
Color Harmonies of #671F27
Complementary color
Monochromatic Colors of #671F27
Black with #671F27
Text Example
Text Example
White with #671F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671F27; }
p { color: rgb(103,31,39); }
H1.HeaderClassName
{
color: #671F27;
}
.AnyTagClassName
{
color: #671F27;
}
</style>
background-color css
<style>
a { background-color: #671F27; }
a { background-color: rgb(103,31,39); }
div.DivClassName
{
background-color: #671F27;
}
.BgClassName
{
background-color: #671F27;
}
</style>
border-color css
<style>
span { border-color: #671F27; }
span { border-color: rgb(103,31,39); }
td.TdClassName
{
border-color: #671F27;
}
.TagClassName
{
border-color: #671F27;
}
</style>