Shades of Pohutukawa #67161D
Tints of Pohutukawa #67161D
RGB
CMYK
RGB Variations
Color information
#67161D (or 0x67161D) is known color: Pohutukawa. HEX triplet: 67, 16 and 1D. RGB value is (103,22,29). Sum of RGB (Red+Green+Blue) = 103+22+29=154 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.88% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 103 - color contains mainly: red. Hex color #67161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67161D is #98E9E2. Grayscale: #2F2F2F. Windows color (decimal): -10021347 or 1906279. OLE color: 1906279.
HSL color Cylindrical-coordinate representation of color #67161D: hue angle of 354.81º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67161D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 22 | 29 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.60 |
| HSL | 354.81º | 0.65% | 0.25% | - |
| HSV(B) | 354.81º | 0.79% | 0.4% | - |
| XYZ | 6.1 | 3.55 | 1.53 | - |
| YUV | 47.02 | 117.84 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 22 | 29 | 0 | 0.79 | 0.72 | 0.60 | 354.81 | 0.65 | 0.25 |
| Hex | 67 | 16 | 1D | 0 | 4F | 48 | 3C | 163 | 41 | 19 |
| Octal | 147 | 26 | 35 | 0 | 117 | 110 | 74 | 543 | 101 | 31 |
| Binary | 1100111 | 10110 | 11101 | 0 | 1001111 | 1001000 | 111100 | 101100011 | 1000001 | 11001 |
Color Harmonies of #67161D
Complementary color
Monochromatic Colors of #67161D
Black with #67161D
Text Example
Text Example
White with #67161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67161D; }
p { color: rgb(103,22,29); }
H1.HeaderClassName
{
color: #67161D;
}
.AnyTagClassName
{
color: #67161D;
}
</style>
background-color css
<style>
a { background-color: #67161D; }
a { background-color: rgb(103,22,29); }
div.DivClassName
{
background-color: #67161D;
}
.BgClassName
{
background-color: #67161D;
}
</style>
border-color css
<style>
span { border-color: #67161D; }
span { border-color: rgb(103,22,29); }
td.TdClassName
{
border-color: #67161D;
}
.TagClassName
{
border-color: #67161D;
}
</style>