Shades of Pohutukawa #67172D
Tints of Pohutukawa #67172D
RGB
CMYK
RGB Variations
Color information
#67172D (or 0x67172D) is known color: Pohutukawa. HEX triplet: 67, 17 and 2D. RGB value is (103,23,45). Sum of RGB (Red+Green+Blue) = 103+23+45=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 45 (17.97% from 255 or 26.32% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #67172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67172D is #98E8D2. Grayscale: #313131. Windows color (decimal): -10021075 or 2955111. OLE color: 2955111.
HSL color Cylindrical-coordinate representation of color #67172D: hue angle of 343.5º 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 #67172D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 45 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.60 |
| HSL | 343.5º | 0.63% | 0.25% | - |
| HSV(B) | 343.5º | 0.78% | 0.4% | - |
| XYZ | 6.37 | 3.69 | 2.86 | - |
| YUV | 49.43 | 125.5 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 45 | 0 | 0.78 | 0.56 | 0.60 | 343.5 | 0.63 | 0.25 |
| Hex | 67 | 17 | 2D | 0 | 4E | 38 | 3C | 158 | 3F | 19 |
| Octal | 147 | 27 | 55 | 0 | 116 | 70 | 74 | 530 | 77 | 31 |
| Binary | 1100111 | 10111 | 101101 | 0 | 1001110 | 111000 | 111100 | 101011000 | 111111 | 11001 |
Color Harmonies of #67172D
Complementary color
Monochromatic Colors of #67172D
Black with #67172D
Text Example
Text Example
White with #67172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67172D; }
p { color: rgb(103,23,45); }
H1.HeaderClassName
{
color: #67172D;
}
.AnyTagClassName
{
color: #67172D;
}
</style>
background-color css
<style>
a { background-color: #67172D; }
a { background-color: rgb(103,23,45); }
div.DivClassName
{
background-color: #67172D;
}
.BgClassName
{
background-color: #67172D;
}
</style>
border-color css
<style>
span { border-color: #67172D; }
span { border-color: rgb(103,23,45); }
td.TdClassName
{
border-color: #67172D;
}
.TagClassName
{
border-color: #67172D;
}
</style>