Shades of Pohutukawa #67172C
Tints of Pohutukawa #67172C
RGB
CMYK
RGB Variations
Color information
#67172C (or 0x67172C) is known color: Pohutukawa. HEX triplet: 67, 17 and 2C. RGB value is (103,23,44). Sum of RGB (Red+Green+Blue) = 103+23+44=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 44 (17.58% from 255 or 25.88% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #67172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67172C is #98E8D3. Grayscale: #313131. Windows color (decimal): -10021076 or 2889575. OLE color: 2889575.
HSL color Cylindrical-coordinate representation of color #67172C: hue angle of 344.25º 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 #67172C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 44 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.60 |
| HSL | 344.25º | 0.63% | 0.25% | - |
| HSV(B) | 344.25º | 0.78% | 0.4% | - |
| XYZ | 6.35 | 3.68 | 2.76 | - |
| YUV | 49.31 | 125 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 44 | 0 | 0.78 | 0.57 | 0.60 | 344.25 | 0.63 | 0.25 |
| Hex | 67 | 17 | 2C | 0 | 4E | 39 | 3C | 158 | 3F | 19 |
| Octal | 147 | 27 | 54 | 0 | 116 | 71 | 74 | 530 | 77 | 31 |
| Binary | 1100111 | 10111 | 101100 | 0 | 1001110 | 111001 | 111100 | 101011000 | 111111 | 11001 |
Color Harmonies of #67172C
Complementary color
Monochromatic Colors of #67172C
Black with #67172C
Text Example
Text Example
White with #67172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67172C; }
p { color: rgb(103,23,44); }
H1.HeaderClassName
{
color: #67172C;
}
.AnyTagClassName
{
color: #67172C;
}
</style>
background-color css
<style>
a { background-color: #67172C; }
a { background-color: rgb(103,23,44); }
div.DivClassName
{
background-color: #67172C;
}
.BgClassName
{
background-color: #67172C;
}
</style>
border-color css
<style>
span { border-color: #67172C; }
span { border-color: rgb(103,23,44); }
td.TdClassName
{
border-color: #67172C;
}
.TagClassName
{
border-color: #67172C;
}
</style>