Shades of Pohutukawa #67171B
Tints of Pohutukawa #67171B
RGB
CMYK
RGB Variations
Color information
#67171B (or 0x67171B) is known color: Pohutukawa. HEX triplet: 67, 17 and 1B. RGB value is (103,23,27). Sum of RGB (Red+Green+Blue) = 103+23+27=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 27 (10.94% from 255 or 17.65% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #67171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67171B is #98E8E4. Grayscale: #2F2F2F. Windows color (decimal): -10021093 or 1775463. OLE color: 1775463.
HSL color Cylindrical-coordinate representation of color #67171B: hue angle of 357º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67171B is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 27 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.60 |
| HSL | 357º | 0.63% | 0.25% | - |
| HSV(B) | 357º | 0.78% | 0.4% | - |
| XYZ | 6.1 | 3.58 | 1.41 | - |
| YUV | 47.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 27 | 0 | 0.78 | 0.74 | 0.60 | 357 | 0.63 | 0.25 |
| Hex | 67 | 17 | 1B | 0 | 4E | 4A | 3C | 165 | 3F | 19 |
| Octal | 147 | 27 | 33 | 0 | 116 | 112 | 74 | 545 | 77 | 31 |
| Binary | 1100111 | 10111 | 11011 | 0 | 1001110 | 1001010 | 111100 | 101100101 | 111111 | 11001 |
Color Harmonies of #67171B
Complementary color
Monochromatic Colors of #67171B
Black with #67171B
Text Example
Text Example
White with #67171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67171B; }
p { color: rgb(103,23,27); }
H1.HeaderClassName
{
color: #67171B;
}
.AnyTagClassName
{
color: #67171B;
}
</style>
background-color css
<style>
a { background-color: #67171B; }
a { background-color: rgb(103,23,27); }
div.DivClassName
{
background-color: #67171B;
}
.BgClassName
{
background-color: #67171B;
}
</style>
border-color css
<style>
span { border-color: #67171B; }
span { border-color: rgb(103,23,27); }
td.TdClassName
{
border-color: #67171B;
}
.TagClassName
{
border-color: #67171B;
}
</style>