Shades of Pohutukawa #671B2D
Tints of Pohutukawa #671B2D
RGB
CMYK
RGB Variations
Color information
#671B2D (or 0x671B2D) is known color: Pohutukawa. HEX triplet: 67, 1B and 2D. RGB value is (103,27,45). Sum of RGB (Red+Green+Blue) = 103+27+45=175 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.86% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 103 - color contains mainly: red. Hex color #671B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B2D is #98E4D2. Grayscale: #333333. Windows color (decimal): -10020051 or 2956135. OLE color: 2956135.
HSL color Cylindrical-coordinate representation of color #671B2D: hue angle of 345.79º 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 #671B2D is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 45 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.60 |
| HSL | 345.79º | 0.58% | 0.25% | - |
| HSV(B) | 345.79º | 0.74% | 0.4% | - |
| XYZ | 6.46 | 3.86 | 2.89 | - |
| YUV | 51.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 45 | 0 | 0.74 | 0.56 | 0.60 | 345.79 | 0.58 | 0.25 |
| Hex | 67 | 1B | 2D | 0 | 4A | 38 | 3C | 15A | 3A | 19 |
| Octal | 147 | 33 | 55 | 0 | 112 | 70 | 74 | 532 | 72 | 31 |
| Binary | 1100111 | 11011 | 101101 | 0 | 1001010 | 111000 | 111100 | 101011010 | 111010 | 11001 |
Color Harmonies of #671B2D
Complementary color
Monochromatic Colors of #671B2D
Black with #671B2D
Text Example
Text Example
White with #671B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B2D; }
p { color: rgb(103,27,45); }
H1.HeaderClassName
{
color: #671B2D;
}
.AnyTagClassName
{
color: #671B2D;
}
</style>
background-color css
<style>
a { background-color: #671B2D; }
a { background-color: rgb(103,27,45); }
div.DivClassName
{
background-color: #671B2D;
}
.BgClassName
{
background-color: #671B2D;
}
</style>
border-color css
<style>
span { border-color: #671B2D; }
span { border-color: rgb(103,27,45); }
td.TdClassName
{
border-color: #671B2D;
}
.TagClassName
{
border-color: #671B2D;
}
</style>