Shades of Pohutukawa #671B21
Tints of Pohutukawa #671B21
RGB
CMYK
RGB Variations
Color information
#671B21 (or 0x671B21) is known color: Pohutukawa. HEX triplet: 67, 1B and 21. RGB value is (103,27,33). Sum of RGB (Red+Green+Blue) = 103+27+33=163 (21% of max value = 765). Red value is 103 (40.62% from 255 or 63.19% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 103 - color contains mainly: red. Hex color #671B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #671B21 is #98E4DE. Grayscale: #323232. Windows color (decimal): -10020063 or 2169703. OLE color: 2169703.
HSL color Cylindrical-coordinate representation of color #671B21: hue angle of 355.26º 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 #671B21 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 27 | 33 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.60 |
| HSL | 355.26º | 0.58% | 0.25% | - |
| HSV(B) | 355.26º | 0.74% | 0.4% | - |
| XYZ | 6.26 | 3.78 | 1.84 | - |
| YUV | 50.41 | 118.18 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 33 | 0 | 0.74 | 0.68 | 0.60 | 355.26 | 0.58 | 0.25 |
| Hex | 67 | 1B | 21 | 0 | 4A | 44 | 3C | 163 | 3A | 19 |
| Octal | 147 | 33 | 41 | 0 | 112 | 104 | 74 | 543 | 72 | 31 |
| Binary | 1100111 | 11011 | 100001 | 0 | 1001010 | 1000100 | 111100 | 101100011 | 111010 | 11001 |
Color Harmonies of #671B21
Complementary color
Monochromatic Colors of #671B21
Black with #671B21
Text Example
Text Example
White with #671B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671B21; }
p { color: rgb(103,27,33); }
H1.HeaderClassName
{
color: #671B21;
}
.AnyTagClassName
{
color: #671B21;
}
</style>
background-color css
<style>
a { background-color: #671B21; }
a { background-color: rgb(103,27,33); }
div.DivClassName
{
background-color: #671B21;
}
.BgClassName
{
background-color: #671B21;
}
</style>
border-color css
<style>
span { border-color: #671B21; }
span { border-color: rgb(103,27,33); }
td.TdClassName
{
border-color: #671B21;
}
.TagClassName
{
border-color: #671B21;
}
</style>