Shades of Pohutukawa #671B26
Tints of Pohutukawa #671B26
RGB
CMYK
RGB Variations
Color information
#671B26 (or 0x671B26) is known color: Pohutukawa. HEX triplet: 67, 1B and 26. RGB value is (103,27,38). Sum of RGB (Red+Green+Blue) = 103+27+38=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #671B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B26 is #98E4D9. Grayscale: #333333. Windows color (decimal): -10020058 or 2497383. OLE color: 2497383.
HSL color Cylindrical-coordinate representation of color #671B26: hue angle of 351.32º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #671B26 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 38 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.60 |
| HSL | 351.32º | 0.58% | 0.25% | - |
| HSV(B) | 351.32º | 0.74% | 0.4% | - |
| XYZ | 6.34 | 3.81 | 2.23 | - |
| YUV | 50.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 38 | 0 | 0.74 | 0.63 | 0.60 | 351.32 | 0.58 | 0.25 |
| Hex | 67 | 1B | 26 | 0 | 4A | 3F | 3C | 15F | 3A | 19 |
| Octal | 147 | 33 | 46 | 0 | 112 | 77 | 74 | 537 | 72 | 31 |
| Binary | 1100111 | 11011 | 100110 | 0 | 1001010 | 111111 | 111100 | 101011111 | 111010 | 11001 |
Color Harmonies of #671B26
Complementary color
Monochromatic Colors of #671B26
Black with #671B26
Text Example
Text Example
White with #671B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B26; }
p { color: rgb(103,27,38); }
H1.HeaderClassName
{
color: #671B26;
}
.AnyTagClassName
{
color: #671B26;
}
</style>
background-color css
<style>
a { background-color: #671B26; }
a { background-color: rgb(103,27,38); }
div.DivClassName
{
background-color: #671B26;
}
.BgClassName
{
background-color: #671B26;
}
</style>
border-color css
<style>
span { border-color: #671B26; }
span { border-color: rgb(103,27,38); }
td.TdClassName
{
border-color: #671B26;
}
.TagClassName
{
border-color: #671B26;
}
</style>