Shades of Pohutukawa #671E2B
Tints of Pohutukawa #671E2B
RGB
CMYK
RGB Variations
Color information
#671E2B (or 0x671E2B) is known color: Pohutukawa. HEX triplet: 67, 1E and 2B. RGB value is (103,30,43). Sum of RGB (Red+Green+Blue) = 103+30+43=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #671E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671E2B is #98E1D4. Grayscale: #353535. Windows color (decimal): -10019285 or 2825831. OLE color: 2825831.
HSL color Cylindrical-coordinate representation of color #671E2B: hue angle of 349.32º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #671E2B is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 30 | 43 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.60 |
| HSL | 349.32º | 0.55% | 0.26% | - |
| HSV(B) | 349.32º | 0.71% | 0.4% | - |
| XYZ | 6.49 | 3.99 | 2.71 | - |
| YUV | 53.31 | 122.18 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 43 | 0 | 0.71 | 0.58 | 0.60 | 349.32 | 0.55 | 0.26 |
| Hex | 67 | 1E | 2B | 0 | 47 | 3A | 3C | 15D | 37 | 1A |
| Octal | 147 | 36 | 53 | 0 | 107 | 72 | 74 | 535 | 67 | 32 |
| Binary | 1100111 | 11110 | 101011 | 0 | 1000111 | 111010 | 111100 | 101011101 | 110111 | 11010 |
Color Harmonies of #671E2B
Complementary color
Monochromatic Colors of #671E2B
Black with #671E2B
Text Example
Text Example
White with #671E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671E2B; }
p { color: rgb(103,30,43); }
H1.HeaderClassName
{
color: #671E2B;
}
.AnyTagClassName
{
color: #671E2B;
}
</style>
background-color css
<style>
a { background-color: #671E2B; }
a { background-color: rgb(103,30,43); }
div.DivClassName
{
background-color: #671E2B;
}
.BgClassName
{
background-color: #671E2B;
}
</style>
border-color css
<style>
span { border-color: #671E2B; }
span { border-color: rgb(103,30,43); }
td.TdClassName
{
border-color: #671E2B;
}
.TagClassName
{
border-color: #671E2B;
}
</style>