Shades of Pohutukawa #65172D
Tints of Pohutukawa #65172D
RGB
CMYK
RGB Variations
Color information
#65172D (or 0x65172D) is known color: Pohutukawa. HEX triplet: 65, 17 and 2D. RGB value is (101,23,45). Sum of RGB (Red+Green+Blue) = 101+23+45=169 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.76% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 101 - color contains mainly: red. Hex color #65172D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #65172D is #9AE8D2. Grayscale: #303030. Windows color (decimal): -10152147 or 2955109. OLE color: 2955109.
HSL color Cylindrical-coordinate representation of color #65172D: hue angle of 343.08º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #65172D is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 23 | 45 | - |
| CMYK | 0 | 0.77 | 0.55 | 0.60 |
| HSL | 343.08º | 0.63% | 0.24% | - |
| HSV(B) | 343.08º | 0.77% | 0.4% | - |
| XYZ | 6.15 | 3.57 | 2.85 | - |
| YUV | 48.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 45 | 0 | 0.77 | 0.55 | 0.60 | 343.08 | 0.63 | 0.24 |
| Hex | 65 | 17 | 2D | 0 | 4D | 37 | 3C | 157 | 3F | 18 |
| Octal | 145 | 27 | 55 | 0 | 115 | 67 | 74 | 527 | 77 | 30 |
| Binary | 1100101 | 10111 | 101101 | 0 | 1001101 | 110111 | 111100 | 101010111 | 111111 | 11000 |
Color Harmonies of #65172D
Complementary color
Monochromatic Colors of #65172D
Black with #65172D
Text Example
Text Example
White with #65172D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65172D; }
p { color: rgb(101,23,45); }
H1.HeaderClassName
{
color: #65172D;
}
.AnyTagClassName
{
color: #65172D;
}
</style>
background-color css
<style>
a { background-color: #65172D; }
a { background-color: rgb(101,23,45); }
div.DivClassName
{
background-color: #65172D;
}
.BgClassName
{
background-color: #65172D;
}
</style>
border-color css
<style>
span { border-color: #65172D; }
span { border-color: rgb(101,23,45); }
td.TdClassName
{
border-color: #65172D;
}
.TagClassName
{
border-color: #65172D;
}
</style>