Shades of Pohutukawa #67172A
Tints of Pohutukawa #67172A
RGB
CMYK
RGB Variations
Color information
#67172A (or 0x67172A) is known color: Pohutukawa. HEX triplet: 67, 17 and 2A. RGB value is (103,23,42). Sum of RGB (Red+Green+Blue) = 103+23+42=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #67172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67172A is #98E8D5. Grayscale: #313131. Windows color (decimal): -10021078 or 2758503. OLE color: 2758503.
HSL color Cylindrical-coordinate representation of color #67172A: hue angle of 345.75º 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 #67172A is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 23 | 42 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.60 |
| HSL | 345.75º | 0.63% | 0.25% | - |
| HSV(B) | 345.75º | 0.78% | 0.4% | - |
| XYZ | 6.32 | 3.66 | 2.56 | - |
| YUV | 49.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 23 | 42 | 0 | 0.78 | 0.59 | 0.60 | 345.75 | 0.63 | 0.25 |
| Hex | 67 | 17 | 2A | 0 | 4E | 3B | 3C | 15A | 3F | 19 |
| Octal | 147 | 27 | 52 | 0 | 116 | 73 | 74 | 532 | 77 | 31 |
| Binary | 1100111 | 10111 | 101010 | 0 | 1001110 | 111011 | 111100 | 101011010 | 111111 | 11001 |
Color Harmonies of #67172A
Complementary color
Monochromatic Colors of #67172A
Black with #67172A
Text Example
Text Example
White with #67172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67172A; }
p { color: rgb(103,23,42); }
H1.HeaderClassName
{
color: #67172A;
}
.AnyTagClassName
{
color: #67172A;
}
</style>
background-color css
<style>
a { background-color: #67172A; }
a { background-color: rgb(103,23,42); }
div.DivClassName
{
background-color: #67172A;
}
.BgClassName
{
background-color: #67172A;
}
</style>
border-color css
<style>
span { border-color: #67172A; }
span { border-color: rgb(103,23,42); }
td.TdClassName
{
border-color: #67172A;
}
.TagClassName
{
border-color: #67172A;
}
</style>